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 | 爺f鮟 | 100101101110101010000010100001101110100110111011 | 96ea8286e9bb |
EUC-JP | 爺f鮟 | 110011001110110010100011111001101111001010111101 | cceca3e6f2bd |
UTF-8 | 爺f鮟 | 111001111000100010111010111011111011110110000110111010011010111010011111 | e788baefbd86e9ae9f |
UHC | 爺f鮟 | 111001011010110010100011111001101110010011010101 | e5aca3e6e4d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)