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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淀?渦℡∬ | 100101111000010000111111100010010101000110000111100001001000000111101000 | 97843f8951878481e8 |
EUC-JP | 淀?渦?∬ | 1100110111100100001111111011000110110010001111111010001011101010 | cde43fb1b23fa2ea |
UTF-8 | 淀렏渦℡∬ | 111001101011011110000000111010111010000010001111111001101011100010100110111000101000010010100001111000101000100010101100 | e6b780eba08fe6b8a6e284a1e288ac |
UHC | 淀렏渦℡∬ | 11101111111000111000111010100101111010001011111010100010111001011010000111110011 | efe38ea5e8bea2e5a1f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)