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 | ????迪? | 00111111001111110011111100111111111001111000110000111111 | 3f3f3f3fe78c3f |
EUC-JP | ????迪? | 00111111001111110011111100111111111011011110110000111111 | 3f3f3f3fedec3f |
UTF-8 | 吏희렑렭迪롑 | 111011111010011110011110111011011001110110101100111010111010000010010001111010111010000010101101111010001011111110101010111010111010000110010001 | efa79eed9daceba091eba0ade8bfaaeba191 |
UHC | 吏희렑렭迪롑 | 111011001010011111001000111100011000111010100110100011101011101011101110111010001011011111001100 | eca7c8f18ea68ebaeee8b7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)