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 | 儀孟♪ | 100010110101011010010110110100001000000111110100 | 8b5696d081f4 |
EUC-JP | 儀孟♪ | 101101011011011111001100110100101010001011110110 | b5b7ccd2a2f6 |
UTF-8 | 儀孟♪ | 111001011000010010000000111001011010110110011111111000101001100110101010 | e58480e5ad9fe299aa |
UHC | 儀孟♪ | 111010111111000011011000111010111010001011011100 | ebf0d8eba2dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)