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 | ?????B?? | 0011111100111111001111110011111100111111010000100011111100111111 | 3f3f3f3f3f423f3f |
SJIS-WIN | ?????B?? | 0011111100111111001111110011111100111111010000100011111100111111 | 3f3f3f3f3f423f3f |
EUC-JP | ?????B?? | 0011111100111111001111110011111100111111010000100011111100111111 | 3f3f3f3f3f423f3f |
UTF-8 | 찾짹혟혚혥B찾챠 | 11101100101100001011111011101100101001111011100111101101100110001001111111101101100110001001101011101101100110001010010101000010111011001011000010111110111011001011000110100000 | ecb0beeca7b9ed989fed989aed98a542ecb0beecb1a0 |
UHC | 찾짹혟혚혥B찾챠 | 110000111010001111000010101100011100001010001001110000101000010111000010100011010100001011000011101000111100001110101101 | c3a3c2b1c289c285c28d42c3a3c3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)