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 | 箏???遵? | 1110001010110101001111110011111100111111100011111000010100111111 | e2b53f3f3f8f853f |
EUC-JP | 箏?焌?遵? | 11100100101101110011111110001111110010011110100000111111101111011110010100111111 | e4b73f8fc9e83fbde53f |
UTF-8 | 箏렋焌렪遵덫 | 111001111010111010001111111010111010000010001011111001111000010010001100111010111010000010101010111010011000000110110101111010111000110110101011 | e7ae8feba08be7848ceba0aae981b5eb8dab |
UHC | 箏렋焌렪遵덫 | 111011101011010010001110101000101111000111100000100011101011100011110001111001011011010110100011 | eeb48ea2f1e08eb8f1e5b5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)