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 | ?療◆?? | 00111111100101111100001110000001100111110011111100111111 | 3f97c3819f3f3f |
EUC-JP | ?療◆?? | 00111111110011101100010110100010101000010011111100111111 | 3fcec5a2a13f3f |
UTF-8 | 룶療◆룶좦 | 111010111010001110110110111001111001100110000010111000101001011110000110111010111010001110110110111011001010001010100110 | eba3b6e79982e29786eba3b6eca2a6 |
UHC | 룶療◆룶좦 | 10001111101010111101011011111011101000011101111110001111101010111010000101000010 | 8fabd6fba1df8faba142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)