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 | 蠇帛、ア訒ヲ | 111110111010000110011011111001011010010010110001111110111010001110100110 | fba19be5a4b1fba3a6 |
EUC-JP | ?帛、ア訒ヲ | 001111111101011011100111100011101010010010001110101100011000111111011101110010001000111010100110 | 3fd6e78ea48eb18fddc88ea6 |
UTF-8 | 蠇帛、ア訒ヲ | 111010001010000010000111111001011011100010011011111011111011110110100100111011111011110110110001111010001010100010010010111011111011110110100110 | e8a087e5b89befbda4efbdb1e8a892efbda6 |
UHC | ?帛???? | 00111111110110111101100100111111001111110011111100111111 | 3fdbd93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)