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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闌也エ壼匡 | 111010001000110010010110111001111011010010011010111001011000101110100111 | e88c96e7b49ae58ba7 |
EUC-JP | 闌也エ壼匡 | 11101111111011001100110011101001100011101011010011010100111001111011011010101001 | efeccce98eb4d4e7b6a9 |
UTF-8 | 闌也エ壼匡 | 111010011001011110001100111001001011100110011111111011111011110110110100111001011010001110111100111001011000110010100001 | e9978ce4b99fefbdb4e5a3bce58ca1 |
UHC | ?也??匡 | 00111111111001011010010100111111001111111100111011000100 | 3fe5a53f3fcec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)