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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????釉 | 0011111100111111001111110011111100111111001111111110011111010110 | 3f3f3f3f3f3fe7d6 |
EUC-JP | ??????釉 | 0011111100111111001111110011111100111111001111111110111011011000 | 3f3f3f3f3f3feed8 |
UTF-8 | 囹덈뿤留먧벧釉 | 111011111010011010101001111010111000110110001000111010111011111110100100111011111010011110001101111010111010100010100111111010111011001010100111111010011000011110001001 | efa6a9eb8d88ebbfa4efa78deba8a7ebb2a7e98789 |
UHC | 囹덈뿤留먧벧釉 | 1110011110101010100010001110101110010111101001001110101110100111100100001110010010111010101001101110101110111000 | e7aa88eb97a4eba790e4baa6ebb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)