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 | 鬘ー蜈井諸陬 | 1110100110100001101100001110010110000101100010001110010011111011101010011110100010100011 | e9a1b0e58588e4fba9e8a3 |
EUC-JP | 鬘ー蜈井?陬 | 1111001010100011100011101011000011101001111001011011000011100110001111111111000010100101 | f2a38eb0e9e5b0e63ff0a5 |
UTF-8 | 鬘ー蜈井諸陬 | 111010011010110010011000111011111011110110110000111010001001110010001000111001001011101010010101111011111010100010100010111010011001100110101100 | e9ac98efbdb0e89c88e4ba95efa8a2e999ac |
UHC | ??蜈井?? | 0011111100111111111010001010010111101111110011000011111100111111 | 3f3fe8a5efcc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)