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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 晧?扈頭?? | 100111011110110000111111111001111011101110010011101010100011111100111111 | 9dec3fe7bb93aa3f3f |
EUC-JP | 晧?扈頭?? | 110110101110111000111111111011101011110111000110101011000011111100111111 | daee3feebdc6ac3f3f |
UTF-8 | 晧렍扈頭렒렍 | 111001101001100110100111111010111010000010001101111001101000100110001000111010011010000010101101111010111010000010010010111010111010000010001101 | e699a7eba08de68988e9a0adeba092eba08d |
UHC | 晧렍扈頭렒렍 | 111110111100010110001110101000111111101111000011110101001110100110001110101001111000111010100011 | fbc58ea3fbc3d4e98ea78ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)