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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 癰甦h癰甦 | 111000011001111011100001010100110110100011100001100111101110000101010011 | e19ee15368e19ee153 |
EUC-JP | 癰甦h癰甦 | 111000011111111011100001101101000110100011100001111111101110000110110100 | e1fee1b468e1fee1b4 |
UTF-8 | 癰甦h癰甦 | 11100111100110011011000011100111100101001010011001101000111001111001100110110000111001111001010010100110 | e799b0e794a668e799b0e794a6 |
UHC | 癰甦h癰甦 | 111010001011100111100001110000010110100011101000101110011110000111000001 | e8b9e1c168e8b9e1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)