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 | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
SJIS-WIN | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
EUC-JP | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
UTF-8 | 채챵혥혧혧Y | 11101100101100011000010011101100101100011011010111101101100110001010010111101101100110001010011111101101100110001010011101011001 | ecb184ecb1b5ed98a5ed98a7ed98a759 |
UHC | 채챵혥혧혧Y | 1100001110100100110000111011001011000010100011011100001010001111110000101000111101011001 | c3a4c3b2c28dc28fc28f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)