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 | 鮓峨う | 111010011011011010001001111000111000001010100100 | e9b689e382a4 |
EUC-JP | 鮓峨う | 111100101011100010110010111001011010010010100110 | f2b8b2e5a4a6 |
UTF-8 | 鮓峨う | 111010011010111010010011111001011011001110101000111000111000000110000110 | e9ae93e5b3a8e38186 |
UHC | ?峨う | 0011111111100100101100011010101010100110 | 3fe4b1aaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)