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 | 箏潟ェ | 1110001010110101100010101000001110101010 | e2b58a83aa |
EUC-JP | 箏潟ェ | 111001001011011110110011111000111000111010101010 | e4b7b3e38eaa |
UTF-8 | 箏潟ェ | 111001111010111010001111111001101011110110011111111011111011110110101010 | e7ae8fe6bd9fefbdaa |
UHC | 箏潟? | 1110111010110100111000001011001100111111 | eeb4e0b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)