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???S?? | 0011111101000010001111110011111100111111010100110011111100111111 | 3f423f3f3f533f3f |
SJIS-WIN | ?B???S?? | 0011111101000010001111110011111100111111010100110011111100111111 | 3f423f3f3f533f3f |
EUC-JP | ?B???S?? | 0011111101000010001111110011111100111111010100110011111100111111 | 3f423f3f3f533f3f |
UTF-8 | 챈B혢혣혗S찼횧 | 1110110010110001100010000100001011101101100110001010001011101101100110001010001111101101100110001001011101010011111011001011000010111100111011011001101010100111 | ecb18842ed98a2ed98a3ed989753ecb0bced9aa7 |
UHC | 챈B혢혣혗S찼횧 | 1100001110100110010000101100001010001011110000101000110011000010100000100101001111000011101000011100001110011110 | c3a642c28bc28cc28253c3a1c39e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)