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 | 夜??幼?? | 1001011011101001001111110011111110010111011000110011111100111111 | 96e93f3f97633f3f |
EUC-JP | 夜??幼?? | 1100110011101011001111110011111111001101110001000011111100111111 | cceb3f3fcdc43f3f |
UTF-8 | 夜좊ㅋ幼띿궙 | 111001011010010010011100111011001010001010001010111000111000010110001011111001011011100110111100111010111001110110111111111010101011011010011001 | e5a49ceca28ae3858be5b9bceb9dbfeab699 |
UHC | 夜좊ㅋ幼띿궙 | 111001011010100010100000111010111010010010111011111010101110101010001101111011001000001010101110 | e5a8a0eba4bbeaea8dec82ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)