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 | 顆具スケ錮 | 1110100011110111100010111110111110111101101110011110011111111100 | e8f78befbdb9e7fc |
EUC-JP | 顆具スケ錮 | 11110000111110011011011011110001100011101011110110001110101110011110111011111110 | f0f9b6f18ebd8eb9eefe |
UTF-8 | 顆具スケ錮 | 111010011010000110000110111001011000010110110111111011111011110110111101111011111011110110111001111010011000110010101110 | e9a186e585b7efbdbdefbdb9e98cae |
UHC | 顆具??錮 | 1100111010101000110011101111110100111111001111111100110111010001 | cea8cefd3f3fcdd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)