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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | セュ者樟糺 | 1011111010101101100011101101001010001111101111101110001011111011 | bead8ed28fbee2fb |
EUC-JP | セュ者樟糺 | 10001110101111101000111010101101101111001101010010111110110000001110010011111101 | 8ebe8eadbcd4bec0e4fd |
UTF-8 | セュ者樟糺 | 111011111011110110111110111011111011110110101101111010001000000010000101111001101010100010011111111001111011001110111010 | efbdbeefbdade88085e6a89fe7b3ba |
UHC | ??者樟? | 00111111001111111110110110111010111011011110100100111111 | 3f3fedbaede93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)