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 | 鬱?遵??? | 1001111101010100001111111000111110000101001111110011111100111111 | 9f543f8f853f3f3f |
EUC-JP | 鬱?遵??檉 | 11011101101101010011111110111101111001010011111100111111100011111100010110111011 | ddb53fbde53f3f8fc5bb |
UTF-8 | 鬱렠遵면걋檉 | 111010011010110010110001111010111010000010100000111010011000000110110101111010111010100110110100111010101011000110001011111001101010101010001001 | e9acb1eba0a0e981b5eba9b4eab18be6aa89 |
UHC | 鬱렠遵면걋檉 | 111010101010011010001110101100011111000111100101101110001110100110110000110000001110111111100000 | eaa68eb1f1e5b8e9b0c0efe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)