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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 樽卒E樽卒EB | 1001001001001101100100011011001001000101100100100100110110010001101100100100010101000010 | 924d91b245924d91b24542 |
EUC-JP | 樽卒E樽卒EB | 1100001110101110110000101011010001000101110000111010111011000010101101000100010101000010 | c3aec2b445c3aec2b44542 |
UTF-8 | 樽卒E樽卒EB | 111001101010100010111101111001011000110110010010010001011110011010101000101111011110010110001101100100100100010101000010 | e6a8bde58d9245e6a8bde58d924542 |
UHC | 樽卒E樽卒EB | 1111000111011100111100001110111101000101111100011101110011110000111011110100010101000010 | f1dcf0ef45f1dcf0ef4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)