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 | ?癸?癸^ | 00111111111000011010000100111111111000011010000101011110 | 3fe1a13fe1a15e |
EUC-JP | ?癸?癸^ | 00111111111000101010001100111111111000101010001101011110 | 3fe2a33fe2a35e |
UTF-8 | 렺癸렺癸^ | 11101011101000001011101011100111100110011011100011101011101000001011101011100111100110011011100001011110 | eba0bae799b8eba0bae799b85e |
UHC | 렺癸렺癸^ | 100011101100001011001101101001001000111011000010110011011010010001011110 | 8ec2cda48ec2cda45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)