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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豫??曜?? | 1001100010101100001111110011111110010111011010100011111100111111 | 98ac3f3f976a3f3f |
EUC-JP | 豫??曜?? | 1101000010101110001111110011111111001101110010110011111100111111 | d0ae3f3fcdcb3f3f |
UTF-8 | 豫잏럷曜덅쵊 | 111010001011000110101011111011001001111010001111111010111001111110110111111001101001101110011100111010111000110110000101111011001011010110001010 | e8b1abec9e8feb9fb7e69b9ceb8d85ecb58a |
UHC | 豫잏럷曜덅쵊 | 111001111110001110011111111001111000111010010110111010001111100010001000111010001010110010001100 | e7e39fe78e96e8f888e8ac8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)