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 | 曜??遙ヤ? | 100101110110101000111111001111111110101010100001100000111000010000111111 | 976a3f3feaa183843f |
EUC-JP | 曜??遙ヤ? | 110011011100101100111111001111111111010010100011101001011110010000111111 | cdcb3f3ff4a3a5e43f |
UTF-8 | 曜섓슭遙ヤ툓 | 111001101001101110011100111011001000010010010011111011001000101010101101111010011000000110011001111000111000001110100100111011011000100010010011 | e69b9cec8493ec8aade98199e383a4ed8893 |
UHC | 曜섓슭遙ヤ툓 | 111010001111100010011000111011111011110110111110111010011010101110101011111001001011100010001010 | e8f898efbdbee9ababe4b88a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)