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 | 陞ウ竏ャ辜州 | 11101000100111101011001111100010100010001010110011100111100000111000111101000010 | e89eb3e288ace7838f42 |
EUC-JP | 陞ウ竏ャ辜州 | 111011111111111010001110101100111110001111101000100011101010110011101101111000111011110110100011 | effe8eb3e3e88eacede3bda3 |
UTF-8 | 陞ウ竏ャ辜州 | 111010011001100110011110111011111011110110110011111001111010101110001111111011111011110110101100111010001011111010011100111001011011011110011110 | e9999eefbdb3e7ab8fefbdace8be9ce5b79e |
UHC | 陞???辜州 | 111000111011001100111111001111110011111111001101110100001111000110110110 | e3b33f3f3fcdd0f1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)