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 | 霎ソ阡オ螂ェ | 111010001011111010111111111010001001010010110101111001011010010110101010 | e8bebfe894b5e5a5aa |
EUC-JP | 霎ソ阡オ螂ェ | 111100001100000010001110101111111110111111110100100011101011010111101010101001111000111010101010 | f0c08ebfeff48eb5eaa78eaa |
UTF-8 | 霎ソ阡オ螂ェ | 111010011001110010001110111011111011110110111111111010011001100010100001111011111011110110110101111010001001111010000010111011111011110110101010 | e99c8eefbdbfe998a1efbdb5e89e82efbdaa |
UHC | ??阡?螂? | 0011111100111111111101001100011000111111110101011100110000111111 | 3f3ff4c63fd5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)