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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 外??外??^ | 100010100100111100111111001111111000101001001111001111110011111101011110 | 8a4f3f3f8a4f3f3f5e |
EUC-JP | 外??外??^ | 101100111011000000111111001111111011001110110000001111110011111101011110 | b3b03f3fb3b03f3f5e |
UTF-8 | 外숂킀外숂킀^ | 11100101101001001001011011101100100010001000001011101101100000101000000011100101101001001001011011101100100010001000001011101101100000101000000001011110 | e5a496ec8882ed8280e5a496ec8882ed82805e |
UHC | 外숂킀外숂킀^ | 11101000111000101001100111100111101101001000110111101000111000101001100111100111101101001000110101011110 | e8e299e7b48de8e299e7b48d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)