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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 檉??檉??^ | 1000111111000101101110110011111100111111100011111100010110111011001111110011111101011110 | 8fc5bb3f3f8fc5bb3f3f5e |
UTF-8 | 檉멨썼檉멨썼^ | 11100110101010101000100111101011101010011010100011101100100011011011110011100110101010101000100111101011101010011010100011101100100011011011110001011110 | e6aa89eba9a8ec8dbce6aa89eba9a8ec8dbc5e |
UHC | 檉멨썼檉멨썼^ | 11101111111000001011100011100101101111011110100011101111111000001011100011100101101111011110100001011110 | efe0b8e5bde8efe0b8e5bde85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)