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 | 鈺??宥? | 11111011110001000011111100111111100101110100011100111111 | fbc43f3f97473f |
EUC-JP | 鈺??宥? | 1000111111100011110101010011111100111111110011011010100000111111 | 8fe3d53f3fcda83f |
UTF-8 | 鈺곕씞宥숥 | 111010011000100010111010111010101011001110010101111011001001010010011110111001011010111010100101111011001000100010100101 | e988baeab395ec949ee5aea5ec88a5 |
UHC | 鈺곕씞宥숥 | 11101000101011011011000011101011100111011011001011101010111010011001101001000010 | e8adb0eb9db2eae99a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)