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 | ?讌螻。髮讓 | 00111111111001101010010111100101101100011010000111101001100110111110011010101000 | 3fe6a5e5b1a1e99be6a8 |
EUC-JP | 訵讌螻。髮讓 | 10001111110111011101001111101100101001111110101010110011100011101010000111110001111110111110110010101010 | 8fddd3eca7eab38ea1f1fbecaa |
UTF-8 | 訵讌螻。髮讓 | 111010001010100010110101111010001010111010001100111010001001111010111011111011111011110110100001111010011010101110101110111010001010111010010011 | e8a8b5e8ae8ce89ebbefbda1e9abaee8ae93 |
UHC | ????髮讓 | 0011111100111111001111110011111111011011101001011110010111010011 | 3f3f3f3fdba5e5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)