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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ??オh??オ | 001111110011111110000011010010010110100000111111001111111000001101001001 | 3f3f8349683f3f8349 |
EUC-JP | ??オh??オ | 001111110011111110100101101010100110100000111111001111111010010110101010 | 3f3fa5aa683f3fa5aa |
UTF-8 | 룶欄オh룶欄オ | 11101011101000111011011011101111101001001001110111100011100000101010101001101000111010111010001110110110111011111010010010011101111000111000001010101010 | eba3b6efa49de382aa68eba3b6efa49de382aa |
UHC | 룶欄オh룶欄オ | 10001111101010111101000111101101101010111010101001101000100011111010101111010001111011011010101110101010 | 8fabd1edabaa688fabd1edabaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)