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 | ?????A?? | 0011111100111111001111110011111100111111010000010011111100111111 | 3f3f3f3f3f413f3f |
SJIS-WIN | ?????A?? | 0011111100111111001111110011111100111111010000010011111100111111 | 3f3f3f3f3f413f3f |
EUC-JP | ?????A?? | 0011111100111111001111110011111100111111010000010011111100111111 | 3f3f3f3f3f413f3f |
UTF-8 | 찾쨋혥혧혧A채철 | 11101100101100001011111011101100101010001000101111101101100110001010010111101101100110001010011111101101100110001010011101000001111011001011000110000100111011001011001010100000 | ecb0beeca88bed98a5ed98a7ed98a741ecb184ecb2a0 |
UHC | 찾쨋혥혧혧A채철 | 110000111010001111000010101101101100001010001101110000101000111111000010100011110100000111000011101001001100001110110110 | c3a3c2b6c28dc28fc28f41c3a4c3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)