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 | ???Z???Z^ | 001111110011111100111111010110100011111100111111001111110101101001011110 | 3f3f3f5a3f3f3f5a5e |
SJIS-WIN | ???Z???Z^ | 001111110011111100111111010110100011111100111111001111110101101001011110 | 3f3f3f5a3f3f3f5a5e |
EUC-JP | ???Z???Z^ | 001111110011111100111111010110100011111100111111001111110101101001011110 | 3f3f3f5a3f3f3f5a5e |
UTF-8 | 챈찾혳Z챈찾혳Z^ | 111011001011000110001000111011001011000010111110111011011001100010110011010110101110110010110001100010001110110010110000101111101110110110011000101100110101101001011110 | ecb188ecb0beed98b35aecb188ecb0beed98b35a5e |
UHC | 챈찾혳Z챈찾혳Z^ | 110000111010011011000011101000111100001010011010010110101100001110100110110000111010001111000010100110100101101001011110 | c3a6c3a3c29a5ac3a6c3a3c29a5a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)