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 | 髯イ髦イ髯イ | 111010011001100110110010111010011001100010110010111010011001100110110010 | e999b2e998b2e999b2 |
EUC-JP | 髯イ髦イ髯イ | 111100011111100110001110101100101111000111111000100011101011001011110001111110011000111010110010 | f1f98eb2f1f88eb2f1f98eb2 |
UTF-8 | 髯イ髦イ髯イ | 111010011010101110101111111011111011110110110010111010011010101110100110111011111011110110110010111010011010101110101111111011111011110110110010 | e9abafefbdb2e9aba6efbdb2e9abafefbdb2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)