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 | ?何?撰 | 001111111000100110111101001111111001000011101111 | 3f89bd3f90ef |
EUC-JP | ?何?撰 | 001111111011001010111111001111111100000011110001 | 3fb2bf3fc0f1 |
UTF-8 | 뤋何닸撰 | 111010111010010010001011111001001011110110010101111010111000101110111000111001101001001010110000 | eba48be4bd95eb8bb8e692b0 |
UHC | 뤋何닸撰 | 1000111110111011111110011011110010110100111001101111001110111100 | 8fbbf9bcb4e6f3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)