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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 霆ォ隨ウ\ | 11101000101110111010101111100111101011001011001101011100 | e8bbabe7acb35c |
EUC-JP | 霆ォ隨ウ\ | 111100001011110110001110101010111110111010101110100011101011001101011100 | f0bd8eabeeae8eb35c |
UTF-8 | 霆ォ隨ウ\ | 11101001100111001000011011101111101111011010101111101001100110101010100011101111101111011011001101011100 | e99c86efbdabe99aa8efbdb35c |
UHC | 霆?隨?\ | 11101111111111010011111111100010110010110011111101011100 | effd3fe2cb3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)