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 | 髢シ逎ッ譯エ | 111010011001011010111100111001111010001110101111111001101010000110110100 | e996bce7a3afe6a1b4 |
EUC-JP | 髢シ逎ッ譯エ | 111100011111011010001110101111001110111010100101100011101010111111101100101000111000111010110100 | f1f68ebceea58eafeca38eb4 |
UTF-8 | 髢シ逎ッ譯エ | 111010011010101110100010111011111011110110111100111010011000000010001110111011111011110110101111111010001010110110101111111011111011110110110100 | e9aba2efbdbce9808eefbdafe8adafefbdb4 |
UHC | ????譯? | 00111111001111110011111100111111111001101011101100111111 | 3f3f3f3fe6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)