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 | 蘂??唯?? | 1110010101000001001111110011111110010111010000100011111100111111 | e5413f3f97423f3f |
EUC-JP | 蘂??唯?? | 1110100110100010001111110011111111001101101000110011111100111111 | e9a23f3fcda33f3f |
UTF-8 | 蘂띠꼮唯꾦툣 | 111010001001100010000010111010111001110110100000111010101011110010101110111001011001010010101111111010101011111010100110111011011000100010100011 | e89882eb9da0eabcaee594afeabea6ed88a3 |
UHC | 蘂띠꼮唯꾦툣 | 111001111101111010110110111011001000010010001001111010101110011010000100111010011011100010011010 | e7deb6ec8489eae684e9b89a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)