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???Ik | 001111110011111100111111010110100011111100111111001111110100100101101011 | 3f3f3f5a3f3f3f496b |
SJIS-WIN | ???Z???Ik | 001111110011111100111111010110100011111100111111001111110100100101101011 | 3f3f3f5a3f3f3f496b |
EUC-JP | ???Z???Ik | 001111110011111100111111010110100011111100111111001111110100100101101011 | 3f3f3f5a3f3f3f496b |
UTF-8 | 첬쨈짧Z첬쨈짧Ik | 111011001011001010101100111011001010100010001000111011001010011110100111010110101110110010110010101011001110110010101000100010001110110010100111101001110100100101101011 | ecb2aceca888eca7a75aecb2aceca888eca7a7496b |
UHC | 첬쨈짧Z첬쨈짧Ik | 110000111011101011000010101101001100001010101010010110101100001110111010110000101011010011000010101010100100100101101011 | c3bac2b4c2aa5ac3bac2b4c2aa496b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)