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 | 貂滔舉蜉壱、 | 1110011010111000100111111110101110011101101010001110010110001010100010001110101110100100 | e6b89feb9da8e58a88eba4 |
EUC-JP | 貂滔舉蜉壱、 | 111011001011101011011110111011011101101010101010111010011110101010110000111011011000111010100100 | ecbadeeddaaae9eab0ed8ea4 |
UTF-8 | 貂滔舉蜉壱、 | 111010001011001010000010111001101011101110010100111010001000100010001001111010001001110010001001111001011010001110110001111011111011110110100100 | e8b282e6bb94e88889e89c89e5a3b1efbda4 |
UHC | 貂滔???? | 1111010110110000110101001010010100111111001111110011111100111111 | f5b0d4a53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)