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 | ???a? | 0011111100111111001111110110000100111111 | 3f3f3f613f |
SJIS-WIN | 畏??a鈺 | 10001000110110000011111100111111011000011111101111000100 | 88d83f3f61fbc4 |
EUC-JP | 畏??a鈺 | 1011000011011010001111110011111101100001100011111110001111010101 | b0da3f3f618fe3d5 |
UTF-8 | 畏뷂쉽a鈺 | 11100111100101011000111111101011101101111000001011101100100010011011110101100001111010011000100010111010 | e7958febb782ec89bd61e988ba |
UHC | 畏뷂쉽a鈺 | 111010001110011010010100111011111011110110110001011000011110100010101101 | e8e694efbdb161e8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)