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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???肉ゅ | 00111111001111110011111110010011111101111000001011100011 | 3f3f3f93f782e3 |
EUC-JP | ???肉ゅ | 00111111001111110011111111000110111110011010010011100101 | 3f3f3fc6f9a4e5 |
UTF-8 | 囹덈씭肉ゅ | 111011111010011010101001111010111000110110001000111011001001010010101101111010001000001010001001111000111000001010000101 | efa6a9eb8d88ec94ade88289e38285 |
UHC | 囹덈씭肉ゅ | 11100111101010101000100011101011100111011011111011101011101111111010101011100101 | e7aa88eb9dbeebbfaae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)