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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蔭??鶯?? | 1000100011111100001111110011111111101001111100100011111100111111 | 88fc3f3fe9f23f3f |
EUC-JP | 蔭??鶯?? | 1011000011111110001111110011111111110010111101000011111100111111 | b0fe3f3ff2f43f3f |
UTF-8 | 蔭붿꽏鶯볦꺃 | 111010001001010010101101111010111011011010111111111010101011110110001111111010011011011010101111111010111011001110100110111010101011101010000011 | e894adebb6bfeabd8fe9b6afebb3a6eaba83 |
UHC | 蔭붿꽏鶯볦꺃 | 111010111110001110010100111011001000010010011111111001011010001110010011111011001000001110101100 | ebe394ec849fe5a393ec83ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)