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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 渫姓渫姓^ | 100111111101011010010000101010011001111111010110100100001010100101011110 | 9fd690a99fd690a95e |
EUC-JP | 渫姓渫姓^ | 110111101101100011000000101010111101111011011000110000001010101101011110 | ded8c0abded8c0ab5e |
UTF-8 | 渫姓渫姓^ | 11100110101110001010101111100101101001111001001111100110101110001010101111100101101001111001001101011110 | e6b8abe5a793e6b8abe5a7935e |
UHC | 渫姓渫姓^ | 111000001101111011100000111100111110000011011110111000001111001101011110 | e0dee0f3e0dee0f35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)