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 | 韋暮。泌 | 111010001110100010010101111010011010000110010100111001011111000110000101 | e8e895e9a194e5f185 |
EUC-JP | 韋暮。泌? | 111100001110101011001010111010111000111010100001110010001110011100111111 | f0eacaeb8ea1c8e73f |
UTF-8 | 韋暮。泌 | 111010011001111110001011111001101001101010101110111011111011110110100001111001101011001110001100111011101000010010000000 | e99f8be69aaeefbda1e6b38cee8480 |
UHC | 韋暮?泌? | 1110101011011111110110011011101000111111111110011011001000111111 | eadfd9ba3ff9b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)