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 | 予??鍮 | 100101110101110000111111001111111110100001001010 | 975c3f3fe84a |
EUC-JP | 予??鍮 | 110011011011110100111111001111111110111110101011 | cdbd3f3fefab |
UTF-8 | 予롢룓鍮 | 111001001011101010001000111010111010000110100010111010111010001110010011111010011000110110101110 | e4ba88eba1a2eba393e98dae |
UHC | 予롢룓鍮 | 1110010111111000100011101110001110001111100100001110101110111001 | e5f88ee38f90ebb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)