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 | 絲≦妾 | 111000110100111010000001100001011000111110101000 | e34e81858fa8 |
EUC-JP | 絲≦妾 | 111001011010111110100001111001011011111010101010 | e5afa1e5beaa |
UTF-8 | 絲≦妾 | 111001111011010110110010111000101000100110100110111001011010011010111110 | e7b5b2e289a6e5a6be |
UHC | 絲?妾 | 1101111011101010001111111111010011011101 | deea3ff4dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)