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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 甑貊別 | 100011011001100111100110101110111001010111001010 | 8d99e6bb95ca |
EUC-JP | 甑貊別 | 101110011111100111101100101111011100101011001100 | b9f9ecbdcacc |
UTF-8 | 甑貊別 | 111001111001010010010001111010001011001010001010111001011000100010100101 | e79491e8b28ae588a5 |
UHC | 甑貊別 | 111100011111011111011000111001111101110010101100 | f1f7d8e7dcac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)