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 | シト尺芝竺而 | 10111100110001001000111011011010100011101100010110001110101100011000111010100111 | bcc48eda8ec58eb18ea7 |
EUC-JP | シト尺芝竺而 | 100011101011110010001110110001001011110011011100101111001100011110111100101100111011110010101001 | 8ebc8ec4bcdcbcc7bcb3bca9 |
UTF-8 | シト尺芝竺而 | 111011111011110110111100111011111011111010000100111001011011000010111010111010001000101010011101111001111010101110111010111010001000000010001100 | efbdbcefbe84e5b0bae88a9de7abbae8808c |
UHC | ??尺芝竺而 | 00111111001111111111010010101001111100101011100111110101111001111110110010111011 | 3f3ff4a9f2b9f5e7ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)