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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巐菩イャ | 111110101011011010010101111011001011001010101100 | fab695ecb2ac |
EUC-JP | 巐菩イャ | 100011111011101111111001110010101110111010001110101100101000111010101100 | 8fbbf9caee8eb28eac |
UTF-8 | 巐菩イャ | 111001011011011110010000111010001000111110101001111011111011110110110010111011111011110110101100 | e5b790e88fa9efbdb2efbdac |
UHC | ?菩?? | 0011111111011100110011000011111100111111 | 3fdccc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)