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?? | 0011111100111111001111110011111100111111011000010011111100111111 | 3f3f3f3f3f613f3f |
SJIS-WIN | ?????a?? | 0011111100111111001111110011111100111111011000010011111100111111 | 3f3f3f3f3f613f3f |
EUC-JP | ?????a?? | 0011111100111111001111110011111100111111011000010011111100111111 | 3f3f3f3f3f613f3f |
UTF-8 | 찼횖혘혢혖a혯청 | 11101100101100001011110011101101100110101001011011101101100110001001100011101101100110001010001011101101100110001001011001100001111011011001100010101111111011001011001010101101 | ecb0bced9a96ed9898ed98a2ed989661ed98afecb2ad |
UHC | 찼횖혘혢혖a혯청 | 110000111010000111000011100100001100001010000011110000101000101111000010100000010110000111000010100101101100001110111011 | c3a1c390c283c28bc28161c296c3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)