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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????氓?? | 0011111100111111001111110011111110011111100000100011111100111111 | 3f3f3f3f9f823f3f |
EUC-JP | ????氓?? | 0011111100111111001111110011111111011101111000100011111100111111 | 3f3f3f3fdde23f3f |
UTF-8 | 롉렼롗뤔氓훿乶 | 111010111010000110001001111010111010000010111100111010111010000110010111111010111010010010010100111001101011000010010011111011011001101110111111111001001011100110110110 | eba189eba0bceba197eba494e6b093ed9bbfe4b9b6 |
UHC | 롉렼롗뤔氓훿乶 | 1000111011001111100011101100010010001110110110111000111111000100110110001110110011000100100011101101110011100011 | 8ecf8ec48edb8fc4d8ecc48edce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)