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 | ???帥余 | 00111111001111110011111110010000100000111001011101011101 | 3f3f3f9083975d |
EUC-JP | ???帥余 | 00111111001111110011111110111111111000111100110110111110 | 3f3f3fbfe3cdbe |
UTF-8 | 졈윗윙帥余 | 111011001010000110001000111011001001110010010111111011001001110010011001111001011011100010100101111001001011110110011001 | eca188ec9c97ec9c99e5b8a5e4bd99 |
UHC | 졈윗윙帥余 | 11000001101100011100000010101101110000001010111011100001111111011110010111111001 | c1b1c0adc0aee1fde5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)