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??t | 001111110011111101000001001111110011111101110100 | 3f3f413f3f74 |
SJIS-WIN | ??A??t | 001111110011111101000001001111110011111101110100 | 3f3f413f3f74 |
EUC-JP | ??A??t | 001111110011111101000001001111110011111101110100 | 3f3f413f3f74 |
UTF-8 | 횄짤A횂혯t | 1110110110011010100001001110110010100111101001000100000111101101100110101000001011101101100110001010111101110100 | ed9a84eca7a441ed9a82ed98af74 |
UHC | 횄짤A횂혯t | 11000011100000111100001010101001010000011100001110000010110000101001011001110100 | c383c2a941c382c29674 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)