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 | 閭ッ螢慕ケー | 111010001000001110101111111001011010001110010101111001111011100110110000 | e883afe5a395e7b9b0 |
EUC-JP | 閭ッ螢慕ケー | 111011111110001110001110101011111110101010100101110010101110100110001110101110011000111010110000 | efe38eafeaa5cae98eb98eb0 |
UTF-8 | 閭ッ螢慕ケー | 111010011001011010101101111011111011110110101111111010001001111010100010111001101000010110010101111011111011110110111001111011111011110110110000 | e996adefbdafe89ea2e68595efbdb9efbdb0 |
UHC | 閭?螢慕?? | 110101011110111100111111111110111010101111011001101101110011111100111111 | d5ef3ffbabd9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)