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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | ?幽?P | 0011111110010111010010000011111101010000 | 3f97483f50 |
EUC-JP | ?幽?P | 0011111111001101101010010011111101010000 | 3fcda93f50 |
UTF-8 | 롍幽렲P | 11101011101000011000110111100101101110011011110111101011101000001011001001010000 | eba18de5b9bdeba0b250 |
UHC | 롍幽렲P | 10001110110100111110101011101011100011101011111101010000 | 8ed3eaeb8ebf50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)