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 | ???Y? | 0011111100111111001111110101100100111111 | 3f3f3f593f |
SJIS-WIN | ???Y? | 0011111100111111001111110101100100111111 | 3f3f3f593f |
EUC-JP | ???Y? | 0011111100111111001111110101100100111111 | 3f3f3f593f |
UTF-8 | 채쨍혧Y혦 | 11101100101100011000010011101100101010001000110111101101100110001010011101011001111011011001100010100110 | ecb184eca88ded98a759ed98a6 |
UHC | 채쨍혧Y혦 | 110000111010010011000010101110001100001010001111010110011100001010001110 | c3a4c2b8c28f59c28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)