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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 薐踪薐鷯B | 111001010101001011100111010010001110010101010010111010100101110101000010 | e552e748e552ea5d42 |
EUC-JP | 薐踪薐鷯B | 111010011011001111101101101010011110100110110011111100111011111001000010 | e9b3eda9e9b3f3be42 |
UTF-8 | 薐踪薐鷯B | 11101000100101101001000011101000101110001010101011101000100101101001000011101001101101111010111101000010 | e89690e8b8aae89690e9b7af42 |
UHC | ?踪??B | 001111111111000110100001001111110011111101000010 | 3ff1a13f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)