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 | ?歟岫? | 001111111001111101100010100110111010101100111111 | 3f9f629bab3f |
EUC-JP | ?歟岫? | 001111111101110111000011110101101010110100111111 | 3fddc3d6ad3f |
UTF-8 | 뤝歟岫뤻 | 111010111010010010011101111001101010110110011111111001011011001010101011111010111010010010111011 | eba49de6ad9fe5b2abeba4bb |
UHC | 뤝歟岫뤻 | 1000111111001100111001101010001011100001111110111000111111101001 | 8fcce6a2e1fb8fe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)