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 | ?泥??? | 001111111001001101000100001111110011111100111111 | 3f93443f3f3f |
EUC-JP | ?泥??? | 001111111100010110100101001111110011111100111111 | 3fc5a53f3f3f |
UTF-8 | 룵泥팸룴쵍 | 111010111010001110110101111001101011001110100101111011011000110010111000111010111010001110110100111011001011010110001101 | eba3b5e6b3a5ed8cb8eba3b4ecb58d |
UHC | 룵泥팸룴쵍 | 10001111101010101101001011111010110001101101010010001111101010011010110010001111 | 8faad2fac6d48fa9ac8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)