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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 助?箸? | 100011111001010100111111100101001010001000111111 | 8f953f94a23f |
EUC-JP | 助?箸? | 101111011111010100111111110010001010010000111111 | bdf53fc8a43f |
UTF-8 | 助렪箸렲 | 111001011000101010101001111010111010000010101010111001111010111010111000111010111010000010110010 | e58aa9eba0aae7aeb8eba0b2 |
UHC | 助렪箸렲 | 1111000010111110100011101011100011101110110001101000111010111111 | f0be8eb8eec68ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)