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 | 中捧???? | 1001001010000110100101011111100100111111001111110011111100111111 | 928695f93f3f3f3f |
EUC-JP | 中捧???? | 1100001111100110110010101111101100111111001111110011111100111111 | c3e6cafb3f3f3f3f |
UTF-8 | 中捧렟렖識렞 | 111001001011100010101101111001101000110110100111111010111010000010011111111010111010000010010110111011111010011110111100111010111010000010011110 | e4b8ade68da7eba09feba096efa7bceba09e |
UHC | 中捧렟렖識렞 | 111100011110100111011100111010011000111010110000100011101010101111110010101111011000111010101111 | f1e9dce98eb08eabf2bd8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)