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 | 脂勃ぎ | 100011101000100110010110011101011000001010101100 | 8e89967582ac |
EUC-JP | 脂勃ぎ | 101110111110100111001011110101101010010010101110 | bbe9cbd6a4ae |
UTF-8 | 脂勃ぎ | 111010001000010010000010111001011000101110000011111000111000000110001110 | e88482e58b83e3818e |
UHC | 脂勃ぎ | 111100101011011111011010111110101010101010101110 | f2b7dafaaaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)