To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 亨ラ?易ч? | 10001011100111001000001110001001001111111000100011010101100001001000100100111111 | 8b9c83893f88d584893f |
EUC-JP | 亨ラ?易ч? | 10110101111111001010010111101001001111111011000011010111101001111110100100111111 | b5fca5e93fb0d7a7e93f |
UTF-8 | 亨ラ눈易ч뮈 | 1110010010111010101010001110001110000011101010011110101110001000100010001110011010011000100100111101000110000111111010111010111010001000 | e4baa8e383a9eb8888e69893d187ebae88 |
UHC | 亨ラ눈易ч뮈 | 111110101111101110101011111010011011010010101011111001101011011010101100111010011011100110111111 | fafbabe9b4abe6b6ace9b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)