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 | ?P???A?? | 0011111101010000001111110011111100111111010000010011111100111111 | 3f503f3f3f413f3f |
SJIS-WIN | ?P???A?? | 0011111101010000001111110011111100111111010000010011111100111111 | 3f503f3f3f413f3f |
EUC-JP | ?P???A?? | 0011111101010000001111110011111100111111010000010011111100111111 | 3f503f3f3f413f3f |
UTF-8 | 채P혢혧혧A채횦 | 1110110010110001100001000101000011101101100110001010001011101101100110001010011111101101100110001010011101000001111011001011000110000100111011011001101010100110 | ecb18450ed98a2ed98a7ed98a741ecb184ed9aa6 |
UHC | 채P혢혧혧A채횦 | 1100001110100100010100001100001010001011110000101000111111000010100011110100000111000011101001001100001110011101 | c3a450c28bc28fc28f41c3a4c39d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)