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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???鞋 | 0011111100111111001111111110100011011100 | 3f3f3fe8dc |
EUC-JP | ???鞋 | 0011111100111111001111111111000011011110 | 3f3f3ff0de |
UTF-8 | 먕민뤸鞋 | 111010111010100010010101111010111010111110111100111010111010010010111000111010011001111010001011 | eba895ebafbceba4b8e99e8b |
UHC | 먕민뤸鞋 | 1011100011010010101110011100111010001111111001101111101110111001 | b8d2b9ce8fe6fbb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)