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 | 蒟句炎袱罹 | 11100100111001011000101111100101100010011000101011100101110111101001110011101011 | e4e58be5898ae5de9ceb |
EUC-JP | 蒟句炎袱罹 | 11101000111001111011011011100111101100011110101011101010111000001101100011101101 | e8e7b6e7b1eaeae0d8ed |
UTF-8 | 蒟句炎袱罹 | 111010001001001010011111111001011000111110100101111001111000001010001110111010001010001010110001111001111011110110111001 | e8929fe58fa5e7828ee8a2b1e7bdb9 |
UHC | ?句炎?罹 | 0011111111001111101000111110011011111010001111111101011111100111 | 3fcfa3e6fa3fd7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)