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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?裝?泄?? | 0011111111100101111001000011111110011111100101010011111100111111 | 3fe5e43f9f953f3f |
EUC-JP | ?裝?泄?? | 0011111111101010111001100011111111011101111101010011111100111111 | 3feae63fddf53f3f |
UTF-8 | 뤶裝痢泄롏롆 | 111010111010010010110110111010001010001110011101111011111010011110100101111001101011001110000100111010111010000110001111111010111010000110000110 | eba4b6e8a39defa7a5e6b384eba18feba186 |
UHC | 뤶裝痢泄롏롆 | 100011111110010011101101111110111110110010111000111000001101110010001110110101011000111011001100 | 8fe4edfbecb8e0dc8ed58ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)