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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ヘ眞フH | 1100110111100001110000011100110001001000 | cde1c1cc48 |
EUC-JP | ヘ眞フH | 10001110110011011110001011000011100011101100110001001000 | 8ecde2c38ecc48 |
UTF-8 | ヘ眞フH | 11101111101111101000110111100111100111001001111011101111101111101000110001001000 | efbe8de79c9eefbe8c48 |
UHC | ?眞?H | 0011111111110010110110000011111101001000 | 3ff2d83f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)