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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??桀??淋 | 0011111100111111100111100111101100111111001111111001011111010010 | 3f3f9e7b3f3f97d2 |
EUC-JP | ??桀??淋 | 0011111100111111110110111101110000111111001111111100111011010100 | 3f3fdbdc3f3fced4 |
UTF-8 | 룵엑桀턱룶淋 | 111010111010001110110101111011001001011110010001111001101010000110000000111011011000010010110001111010111010001110110110111001101011011110001011 | eba3b5ec9791e6a180ed84b1eba3b6e6b78b |
UHC | 룵엑桀턱룶淋 | 100011111010101010111111101000101100101111111010110001011100111010001111101010111101011111111010 | 8faabfa2cbfac5ce8fabd7fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)