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 | 閻ア甯 | 1110100010000101101100011111101010101000 | e885b1faa8 |
EUC-JP | 閻ア甯 | 11101111111001011000111010110001100011111100110110101010 | efe58eb18fcdaa |
UTF-8 | 閻ア甯 | 111010011001011010111011111011111011110110110001111001111001010010101111 | e996bbefbdb1e794af |
UHC | 閻?? | 11100111101000100011111100111111 | e7a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)