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 | 蠎奇セ顔征 | 111001011011101010001010111011111011111010001010111001111001000010101010 | e5ba8aefbe8ae790aa |
EUC-JP | 蠎奇セ顔征 | 11101010101111001011010011110001100011101011111010110100111010011100000010101100 | eabcb4f18ebeb4e9c0ac |
UTF-8 | 蠎奇セ顔征 | 111010001010000010001110111001011010010110000111111011111011110110111110111010011010000110010100111001011011111010000001 | e8a08ee5a587efbdbee9a194e5be81 |
UHC | ?奇?顔征 | 0011111111010000111101000011111111100100110101001110111111010110 | 3fd0f43fe4d4efd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)