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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 陽鱆疼F | 10010111011110101110100111100001111000010111010101000110 | 977ae9e1e17546 |
EUC-JP | 陽鱆疼F | 11001101110110111111001011100011111000011101011001000110 | cddbf2e3e1d646 |
UTF-8 | 陽鱆疼F | 11101001100110011011110111101001101100011000011011100111100101101011110001000110 | e999bde9b186e796bc46 |
UHC | 陽?疼F | 111001011101010100111111110101001101100101000110 | e5d53fd4d946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)