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 | ??ヘ?訥ひ | 001111110011111110000011011101110011111111100110011000111000001011010000 | 3f3f83773fe66382d0 |
EUC-JP | ??ヘ?訥ひ | 001111110011111110100101110110000011111111101011110001001010010011010010 | 3f3fa5d83febc4a4d2 |
UTF-8 | 룴컦ヘ룶訥ひ | 111010111010001110110100111011001011101110100110111000111000001110011000111010111010001110110110111010001010100010100101111000111000000110110010 | eba3b4ecbba6e38398eba3b6e8a8a5e381b2 |
UHC | 룴컦ヘ룶訥ひ | 100011111010100110110000100011111010101111011000100011111010101111010010111011011010101011010010 | 8fa9b08fabd88fabd2edaad2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)