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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ・」牾犧 | 101001011010001111100000101100011110000010111000 | a5a3e0b1e0b8 |
EUC-JP | ・」牾犧 | 1000111010100101100011101010001111100000101100111110000010111010 | 8ea58ea3e0b3e0ba |
UTF-8 | ・」牾犧 | 111011111011110110100101111011111011110110100011111001111000100110111110111001111000101010100111 | efbda5efbda3e789bee78aa7 |
UHC | ???犧 | 0011111100111111001111111111110111111010 | 3f3f3ffdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)