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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 際?瀞?爾蚌 | 10001101110110110011111110010011110100100011111110001110101000101110010101110010 | 8ddb3f93d23f8ea2e572 |
EUC-JP | 際?瀞?爾蚌 | 10111010110111010011111111000110110101000011111110111100101001001110100111010011 | badd3fc6d43fbca4e9d3 |
UTF-8 | 際렧瀞렏爾蚌 | 111010011001101010011011111010111010000010100111111001111000000010011110111010111010000010001111111001111000100010111110111010001001101010001100 | e99a9beba0a7e7809eeba08fe788bee89a8c |
UHC | 際렧瀞렏爾蚌 | 111100001011011110001110101101101110111111100111100011101010010111101100101100111101101110111101 | f0b78eb6efe78ea5ecb3dbbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)