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 | ??∥??∥^ | 001111110011111110000001011000010011111100111111100000010110000101011110 | 3f3f81613f3f81615e |
EUC-JP | ??‖??‖^ | 001111110011111110100001110000100011111100111111101000011100001001011110 | 3f3fa1c23f3fa1c25e |
UTF-8 | 筽며∥筽며∥^ | 11100111101011011011110111101011101010011011000011100010100010001010010111100111101011011011110111101011101010011011000011100010100010001010010101011110 | e7adbdeba9b0e288a5e7adbdeba9b0e288a55e |
UHC | 筽며∥筽며∥^ | 11101000101001001011100011100111101000011010101111101000101001001011100011100111101000011010101101011110 | e8a4b8e7a1abe8a4b8e7a1ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)