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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 五λ?誼 | 10001100110111001000001111001001001111111000101101100010 | 8cdc83c93f8b62 |
EUC-JP | 五λ?誼 | 10111000110111101010011011001011001111111011010111000011 | b8dea6cb3fb5c3 |
UTF-8 | 五λ쉘誼 | 1110010010111010100101001100111010111011111011001000100110011000111010001010101010111100 | e4ba94cebbec8998e8aabc |
UHC | 五λ쉘誼 | 1110011111101001101001011110101110111101101010011110101111111110 | e7e9a5ebbda9ebfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)