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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 脂畔┗\ | 10001110100010011001010011001000100001001010111101011100 | 8e8994c884af5c |
EUC-JP | 脂畔┗\ | 10111011111010011100100011001010101010001011000101011100 | bbe9c8caa8b15c |
UTF-8 | 脂畔┗\ | 11101000100001001000001011100111100101011001010011100010100101001001011101011100 | e88482e79594e294975c |
UHC | 脂畔┗\ | 11110010101101111101101011101101101001101011000101011100 | f2b7daeda6b15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)