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 | 逋熊譫迅 | 1110011110011001100011000100011011100110100111101001000001110110 | e7998c46e69e9076 |
EUC-JP | 逋熊譫迅 | 1110110111111001101101111010011111101011111111101011111111010111 | edf9b7a7ebfebfd7 |
UTF-8 | 逋熊譫迅 | 111010011000000010001011111001111000011010001010111010001010110110101011111010001011111110000101 | e9808be7868ae8adabe8bf85 |
UHC | 逋熊?迅 | 11111000111001111110101010101000001111111110001111110110 | f8e7eaa83fe3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)