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 | 偕?害? | 100110001111000100111111100010100101000100111111 | 98f13f8a513f |
EUC-JP | 偕?害? | 110100001111001100111111101100111011001000111111 | d0f33fb3b23f |
UTF-8 | 偕렯害렪 | 111001011000000110010101111010111010000010101111111001011010111010110011111010111010000010101010 | e58195eba0afe5aeb3eba0aa |
UHC | 偕렯害렪 | 1111101010100101100011101011110011111010101010101000111010111000 | faa58ebcfaaa8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)