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 | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | ?囚}v?囚}vB | 0011111110001110111110100111110101110110001111111000111011111010011111010111011001000010 | 3f8efa7d763f8efa7d7642 |
EUC-JP | ?囚}v?囚}vB | 0011111110111100111111000111110101110110001111111011110011111100011111010111011001000010 | 3fbcfc7d763fbcfc7d7642 |
UTF-8 | 稶囚}v稶囚}vB | 1110011110101000101101101110010110011011100110100111110101110110111001111010100010110110111001011001101110011010011111010111011001000010 | e7a8b6e59b9a7d76e7a8b6e59b9a7d7642 |
UHC | 稶囚}v稶囚}vB | 11101001111100111110000111110110011111010111011011101001111100111110000111110110011111010111011001000010 | e9f3e1f67d76e9f3e1f67d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)