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 | ?蒡ヲ呼 | 00111111111001001110111010000011100100101000110011000100 | 3fe4ee83928cc4 |
EUC-JP | ?蒡ヲ呼 | 00111111111010001111000010100101111100101011100011000110 | 3fe8f0a5f2b8c6 |
UTF-8 | 뤾蒡ヲ呼 | 111010111010010010111110111010001001001010100001111000111000001110110010111001011001000110111100 | eba4bee892a1e383b2e591bc |
UHC | 뤾蒡ヲ呼 | 1000111111101010110110111011110010101011111100101111101110111100 | 8feadbbcabf2fbbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)