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 | 鈺??庸? | 11111011110001000011111100111111100101110110011000111111 | fbc43f3f97663f |
EUC-JP | 鈺??庸? | 1000111111100011110101010011111100111111110011011100011100111111 | 8fe3d53f3fcdc73f |
UTF-8 | 鈺됰툥庸덈 | 111010011000100010111010111010111001000010110000111011011000100010100101111001011011101010111000111010111000110110001000 | e988baeb90b0ed88a5e5bab8eb8d88 |
UHC | 鈺됰툥庸덈 | 11101000101011011000100111101011101110001001110011101001101111001000100011101011 | e8ad89ebb89ce9bc88eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)