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 | 鈺??厄? | 11111011110001000011111100111111100101101110111100111111 | fbc43f3f96ef3f |
EUC-JP | 鈺??厄? | 1000111111100011110101010011111100111111110011001111000100111111 | 8fe3d53f3fccf13f |
UTF-8 | 鈺됧룚厄퀯 | 111010011000100010111010111010111001000010100111111010111010001110011010111001011000111010000100111011011000000010101111 | e988baeb90a7eba39ae58e84ed80af |
UHC | 鈺됧룚厄퀯 | 11101000101011011000100111100101100011111001011011100100111110001011010001000010 | e8ad89e58f96e4f8b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)