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 | ´¤}v´¤}vB | 101101001010010001111101011101101011010010100100011111010111011001000010 | b4a47d76b4a47d7642 |
SJIS-WIN | ´?}v´?}vB | 1000000101001100001111110111110101110110100000010100110000111111011111010111011001000010 | 814c3f7d76814c3f7d7642 |
EUC-JP | ´¤}v´¤}vB | 101000011010110110001111101000101111000001111101011101101010000110101101100011111010001011110000011111010111011001000010 | a1ad8fa2f07d76a1ad8fa2f07d7642 |
UTF-8 | ´¤}v´¤}vB | 11000010101101001100001010100100011111010111011011000010101101001100001010100100011111010111011001000010 | c2b4c2a47d76c2b4c2a47d7642 |
UHC | ´¤}v´¤}vB | 10100010101001011010001010110100011111010111011010100010101001011010001010110100011111010111011001000010 | a2a5a2b47d76a2a5a2b47d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)