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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 청짼혪챤혡짙 | 111011001011001010101101111011001010011110111100111011011001100010101010111011001011000110100100111011011001100010100001111011001010011110011001 | ecb2adeca7bced98aaecb1a4ed98a1eca799 |
UHC | 청짼혪챤혡짙 | 110000111011101111000010101100101100001010010010110000111010111011000010100010101100001010100011 | c3bbc2b2c292c3aec28ac2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)