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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?消? | 00111111100011111100000100111111 | 3f8fc13f |
EUC-JP | ?消? | 00111111101111101100001100111111 | 3fbec33f |
UTF-8 | 뤊消첷 | 111010111010010010001010111001101011011010001000111011001011001010110111 | eba48ae6b688ecb2b7 |
UHC | 뤊消첷 | 100011111011101011100001101111001010101101011001 | 8fbae1bcab59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)