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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 濡??意??^ | 100101000100011100111111001111111000100011010011001111110011111101011110 | 94473f3f88d33f3f5e |
EUC-JP | 濡??意??^ | 110001111010100000111111001111111011000011010101001111110011111101011110 | c7a83f3fb0d53f3f5e |
UTF-8 | 濡뺣젷意뚮젗^ | 11100110101111111010000111101011101110101010001111101100101000001011011111100110100001001000111111101011100110101010111011101100101000001001011101011110 | e6bfa1ebbaa3eca0b7e6848feb9aaeeca0975e |
UHC | 濡뺣젷意뚮젗^ | 11101011101000011001010111101011101000001010101111101011111100101000110011101011101000001001001101011110 | eba195eba0abebf28ceba0935e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)