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 | タルソ簑ルソ秧 | 110000001101100110111111111000101100000011011001101111111110001001011110 | c0d9bfe2c0d9bfe25e |
EUC-JP | タルソ簑ルソ秧 | 1000111011000000100011101101100110001110101111111110010011000010100011101101100110001110101111111110001110111111 | 8ec08ed98ebfe4c28ed98ebfe3bf |
UTF-8 | タルソ簑ルソ秧 | 111011111011111010000000111011111011111010011001111011111011110110111111111001111011000010010001111011111011111010011001111011111011110110111111111001111010011110100111 | efbe80efbe99efbdbfe7b091efbe99efbdbfe7a7a7 |
UHC | ??????秧 | 0011111100111111001111110011111100111111001111111110010011101011 | 3f3f3f3f3f3fe4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)