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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莅オ霑コ | 111001001010110010110101111010001011111110111010 | e4acb5e8bfba |
EUC-JP | 莅オ霑コ | 1110100010101110100011101011010111110000110000011000111010111010 | e8ae8eb5f0c18eba |
UTF-8 | 莅オ霑コ | 111010001000111010000101111011111011110110110101111010011001110010010001111011111011110110111010 | e88e85efbdb5e99c91efbdba |
UHC | ??霑? | 0011111100111111111011111100010100111111 | 3f3fefc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)