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 | ??W??t | 001111110011111101010111001111110011111101110100 | 3f3f573f3f74 |
SJIS-WIN | ??W??t | 001111110011111101010111001111110011111101110100 | 3f3f573f3f74 |
EUC-JP | ??W??t | 001111110011111101010111001111110011111101110100 | 3f3f573f3f74 |
UTF-8 | 횄짖W횂혢t | 1110110110011010100001001110110010100111100101100101011111101101100110101000001011101101100110001010001001110100 | ed9a84eca79657ed9a82ed98a274 |
UHC | 횄짖W횂혢t | 11000011100000111100001010100010010101111100001110000010110000101000101101110100 | c383c2a257c382c28b74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)