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 | ????釵ひ | 0011111100111111001111110011111111100111110111101000001011010000 | 3f3f3f3fe7de82d0 |
EUC-JP | ????釵ひ | 0011111100111111001111110011111111101110111000001010010011010010 | 3f3f3f3feee0a4d2 |
UTF-8 | 렱렚솖양釵ひ | 111010111010000010110001111010111010000010011010111011001000011010010110111011001001011010010001111010011000011110110101111000111000000110110010 | eba0b1eba09aec8696ec9691e987b5e381b2 |
UHC | 렱렚솖양釵ひ | 100011101011111010001110101011011011110011010111101111101110011111110011111110111010101011010010 | 8ebe8eadbcd7bee7f3fbaad2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)