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 | 렺娼렺創^ | 11101011101000001011101011100101101010001011110011101011101000001011101011100101100010011011010101011110 | eba0bae5a8bceba0bae589b55e |
UHC | 렺娼렺創^ | 100011101100001011110011110111101000111011000010111100111101110001011110 | 8ec2f3de8ec2f3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)