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 | 鰀セ齊、舎質 | 11111100010001101011111011101010100011101010010010001110110010011000111010111111 | fc46beea8ea48ec98ebf |
EUC-JP | 鰀セ齊、舎質 | 10001111111010111010010110001110101111101111001111101110100011101010010010111100110010111011110011000001 | 8feba58ebef3ee8ea4bccbbcc1 |
UTF-8 | 鰀セ齊、舎質 | 111010011011000010000000111011111011110110111110111010011011110110001010111011111011110110100100111010001000100010001110111010001011001110101010 | e9b080efbdbee9bd8aefbda4e8888ee8b3aa |
UHC | ??齊??質 | 0011111100111111111100001011101000111111001111111111001011110101 | 3f3ff0ba3f3ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)