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 | 凹??諛 | 100010011001101000111111001111111110011010000111 | 899a3f3fe687 |
EUC-JP | 凹??諛 | 101100011111101000111111001111111110101111100111 | b1fa3f3febe7 |
UTF-8 | 凹졾굄諛 | 111001011000011110111001111011001010000110111110111010101011010110000100111010001010101110011011 | e587b9eca1beeab584e8ab9b |
UHC | 凹졾굄諛 | 1110100011101010101000001110010110110001101011111110101110110000 | e8eaa0e5b1afebb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)