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 | 闔楢ご | 111010001000111010010011111010001000001010110010 | e88e93e882b2 |
EUC-JP | 闔楢ご | 111011111110111011000110111010101010010010110100 | efeec6eaa4b4 |
UTF-8 | 闔楢ご | 111010011001011110010100111001101010010110100010111000111000000110010100 | e99794e6a5a2e38194 |
UHC | 闔楢ご | 111110011110111111101010111110011010101010110100 | f9efeaf9aab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)