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 | 鋗式鳬鴫鱠讌 | 111110111101000010001110101011101110100111101001100011101011000011101001111001001110011010100101 | fbd08eaee9e98eb0e9e4e6a5 |
EUC-JP | 鋗式鳬鴫鱠讌 | 10001111111001001100000110111100101100001111001011101011101111001011001011110010111001101110110010100111 | 8fe4c1bcb0f2ebbcb2f2e6eca7 |
UTF-8 | 鋗式鳬鴫鱠讌 | 111010011000101110010111111001011011110010001111111010011011001110101100111010011011010010101011111010011011000110100000111010001010111010001100 | e98b97e5bc8fe9b3ace9b4abe9b1a0e8ae8c |
UHC | ?式???? | 00111111111000111101001000111111001111110011111100111111 | 3fe3d23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)