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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 滎??? | 100011111100100010111001001111110011111100111111 | 8fc8b93f3f3f |
UTF-8 | 滎며뀸若 | 111001101011101110001110111010111010100110110000111010111000000010111000111011111010010110110100 | e6bb8eeba9b0eb80b8efa5b4 |
UHC | 滎며뀸若 | 1111101110100011101110001110011110000101101011101110010110101110 | fba3b8e785aee5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)