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 | 10010111011110101001110010000001111000011011111001000110 | 977a9c81e1be46 |
EUC-JP | 陽怐眄F | 11001101110110111101011111100001111000101100000001000110 | cddbd7e1e2c046 |
UTF-8 | 陽怐眄F | 11101001100110011011110111100110100000001001000011100111100111001000010001000110 | e999bde68090e79c8446 |
UHC | 陽?眄F | 111001011101010100111111110110001111100001000110 | e5d53fd8f846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)