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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?蒡???B | 00111111111001001110111000111111001111110011111101000010 | 3fe4ee3f3f3f42 |
EUC-JP | ?蒡???B | 00111111111010001111000000111111001111110011111101000010 | 3fe8f03f3f3f42 |
UTF-8 | 뤊蒡쨵붜샴B | 11101011101001001000101011101000100100101010000111101100101010001011010111101011101101101001110011101100100000111011010001000010 | eba48ae892a1eca8b5ebb69cec83b442 |
UHC | 뤊蒡쨵붜샴B | 1000111110111010110110111011110010100100100011111011101011011011101111001010010001000010 | 8fbadbbca48fbadbbca442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)