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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 濠??^ | 1000110110001010001111110011111101011110 | 8d8a3f3f5e |
EUC-JP | 濠??^ | 1011100111101010001111110011111101011110 | b9ea3f3f5e |
UTF-8 | 濠띌녕^ | 11100110101111111010000011101011100111011000110011101011100001011001010101011110 | e6bfa0eb9d8ceb85955e |
UHC | 濠띌녕^ | 11111011110011001011011011101001101100111110011101011110 | fbccb6e9b3e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)