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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貂滔舉蜉 | 1110011010111000100111111110101110011101101010001110010110001010 | e6b89feb9da8e58a |
EUC-JP | 貂滔舉蜉 | 1110110010111010110111101110110111011010101010101110100111101010 | ecbadeeddaaae9ea |
UTF-8 | 貂滔舉蜉 | 111010001011001010000010111001101011101110010100111010001000100010001001111010001001110010001001 | e8b282e6bb94e88889e89c89 |
UHC | 貂滔?? | 111101011011000011010100101001010011111100111111 | f5b0d4a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)