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 | ??諸?闇 | 00111111001111111000111110010100001111111000100011000101 | 3f3f8f943f88c5 |
EUC-JP | 滎?諸?闇 | 100011111100100010111001001111111011110111110100001111111011000011000111 | 8fc8b93fbdf43fb0c7 |
UTF-8 | 滎렦諸렕闇 | 111001101011101110001110111010111010000010100110111010001010101110111000111010111010000010010101111010011001011110000111 | e6bb8eeba0a6e8abb8eba095e99787 |
UHC | 滎렦諸렕闇 | 11111011101000111000111010110101111100001011001110001110101010101110010011100001 | fba38eb5f0b38eaae4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)