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 | 驕芽ヲ | 1110100110000001100010011110100010100110 | e98189e8a6 |
EUC-JP | 驕芽ヲ | 111100011110000110110010111010101000111010100110 | f1e1b2ea8ea6 |
UTF-8 | 驕芽ヲ | 111010011010100110010101111010001000101010111101111011111011110110100110 | e9a995e88abdefbda6 |
UHC | 驕芽? | 1100111011110110111001001011010000111111 | cef6e4b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)