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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈺??釗? | 11111011110001000011111100111111111110111011101100111111 | fbc43f3ffbbb3f |
EUC-JP | 鈺??釗? | 100011111110001111010101001111110011111110001111111000111010011000111111 | 8fe3d53f3f8fe3a63f |
UTF-8 | 鈺뚦돭釗쿴 | 111010011000100010111010111010111001101010100110111010111000111110101101111010011000011110010111111011001011111110110100 | e988baeb9aa6eb8fade98797ecbfb4 |
UHC | 鈺뚦돭釗쿴 | 11101000101011011000110011100101100010011011000011100001111100101011001101101000 | e8ad8ce589b0e1f2b368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)