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 | ?娼?創^ | 00111111100011111010100100111111100100010110111001011110 | 3f8fa93f916e5e |
EUC-JP | ?娼?創^ | 00111111101111101010101100111111110000011100111101011110 | 3fbeab3fc1cf5e |
UTF-8 | 렶娼렶創^ | 11101011101000001011011011100101101010001011110011101011101000001011011011100101100010011011010101011110 | eba0b6e5a8bceba0b6e589b55e |
UHC | 렶娼렶創^ | 100011101100000111110011110111101000111011000001111100111101110001011110 | 8ec1f3de8ec1f3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)