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 | ???悸? | 001111110011111100111111100111001010011100111111 | 3f3f3f9ca73f |
EUC-JP | ???悸? | 001111110011111100111111110110001010100100111111 | 3f3f3fd8a93f |
UTF-8 | 룵끗룴悸룶 | 111010111010001110110101111010111000000110010111111010111010001110110100111001101000001010111000111010111010001110110110 | eba3b5eb8197eba3b4e682b8eba3b6 |
UHC | 룵끗룴悸룶 | 10001111101010101011001011111101100011111010100111001100111110111000111110101011 | 8faab2fd8fa9ccfb8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)