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 | 1000110110011011100110100111110101110110100011011001101110011010011111010111011001000010 | 8d9b9a7d768d9b9a7d7642 |
SJIS-WIN | ???}v???}vB | 0011111100111111001111110111110101110110001111110011111100111111011111010111011001000010 | 3f3f3f7d763f3f3f7d7642 |
EUC-JP | ???}v???}vB | 0011111100111111001111110111110101110110001111110011111100111111011111010111011001000010 | 3f3f3f7d763f3f3f7d7642 |
UTF-8 | }v}vB | 1100001010001101110000101001101111000010100110100111110101110110110000101000110111000010100110111100001010011010011111010111011001000010 | c28dc29bc29a7d76c28dc29bc29a7d7642 |
UHC | ???}v???}vB | 0011111100111111001111110111110101110110001111110011111100111111011111010111011001000010 | 3f3f3f7d763f3f3f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)