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 | ???O???OB | 001111110011111100111111010011110011111100111111001111110100111101000010 | 3f3f3f4f3f3f3f4f42 |
SJIS-WIN | ???O???OB | 001111110011111100111111010011110011111100111111001111110100111101000010 | 3f3f3f4f3f3f3f4f42 |
EUC-JP | ???O???OB | 001111110011111100111111010011110011111100111111001111110100111101000010 | 3f3f3f4f3f3f3f4f42 |
UTF-8 | 淋귦샄O淋귦샄OB | 111011111010011110110101111010101011011110100110111011001000001110000100010011111110111110100111101101011110101010110111101001101110110010000011100001000100111101000010 | efa7b5eab7a6ec83844fefa7b5eab7a6ec83844f42 |
UHC | 淋귦샄O淋귦샄OB | 111011001111100010000010111011011001100010110110010011111110110011111000100000101110110110011000101101100100111101000010 | ecf882ed98b64fecf882ed98b64f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)