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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闌鈴凹 | 111010001000110010010111111010011000100110011010 | e88c97e9899a |
EUC-JP | 闌鈴凹 | 111011111110110011001110111010111011000111111010 | efecceebb1fa |
UTF-8 | 闌鈴凹 | 111010011001011110001100111010011000100010110100111001011000011110111001 | e9978ce988b4e587b9 |
UHC | ?鈴凹 | 0011111111010110110000101110100011101010 | 3fd6c2e8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)