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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?眸?眸B | 00111111111000011100011000111111111000011100011001000010 | 3fe1c63fe1c642 |
EUC-JP | ?眸?眸B | 00111111111000101100100000111111111000101100100001000010 | 3fe2c83fe2c842 |
UTF-8 | 렺眸렺眸B | 11101011101000001011101011100111100111001011100011101011101000001011101011100111100111001011100001000010 | eba0bae79cb8eba0bae79cb842 |
UHC | 렺眸렺眸B | 100011101100001011011001110000101000111011000010110110011100001001000010 | 8ec2d9c28ec2d9c242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)