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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | セホ実 | 101111101100111010001110110000001111001011111001 | bece8ec0f2f9 |
EUC-JP | セホ実? | 10001110101111101000111011001110101111001100001000111111 | 8ebe8ecebcc23f |
UTF-8 | セホ実 | 111011111011110110111110111011111011111010001110111001011010111010011111111011101000100010110000 | efbdbeefbe8ee5ae9fee88b0 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)