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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 泳??移? | 10001001011010100011111100111111100010001101101000111111 | 896a3f3f88da3f |
EUC-JP | 泳??移? | 10110001110010110011111100111111101100001101110000111111 | b1cb3f3fb0dc3f |
UTF-8 | 泳롧뎡移쁁 | 111001101011001110110011111010111010000110100111111010111000111010100001111001111010011110111011111011001000000110000001 | e6b3b3eba1a7eb8ea1e7a7bbec8181 |
UHC | 泳롧뎡移쁁 | 11100111101101101000111011100111101101011011001011101100101110011001100001000010 | e7b68ee7b5b2ecb99842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)