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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑜??幽 | 111000001110111100111111001111111001011101001000 | e0ef3f3f9748 |
EUC-JP | 瑜??幽 | 111000001111000100111111001111111100110110101001 | e0f13f3fcda9 |
UTF-8 | 瑜곭렡幽 | 111001111001000110011100111010101011001110101101111010111010000010100001111001011011100110111101 | e7919ceab3adeba0a1e5b9bd |
UHC | 瑜곭렡幽 | 1110101110100101100000011110011110001110101100101110101011101011 | eba581e78eb2eaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)