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 | 霎ソ貂ャ襄州 | 11101000101111101011111111100110101110001010110011100101111101011000111101000010 | e8bebfe6b8ace5f58f42 |
EUC-JP | 霎ソ貂ャ襄州 | 111100001100000010001110101111111110110010111010100011101010110011101010111101111011110110100011 | f0c08ebfecba8eaceaf7bda3 |
UTF-8 | 霎ソ貂ャ襄州 | 111010011001110010001110111011111011110110111111111010001011001010000010111011111011110110101100111010001010010110000100111001011011011110011110 | e99c8eefbdbfe8b282efbdace8a584e5b79e |
UHC | ??貂?襄州 | 001111110011111111110101101100000011111111100101110100011111000110110110 | 3f3ff5b03fe5d1f1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)