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 | 鈆ウ豢オ | 111110111100000110110011111001101011010010110101 | fbc1b3e6b4b5 |
EUC-JP | 鈆ウ豢オ | 100011111110001110111100100011101011001111101100101101101000111010110101 | 8fe3bc8eb3ecb68eb5 |
UTF-8 | 鈆ウ豢オ | 111010011000100010000110111011111011110110110011111010001011000110100010111011111011110110110101 | e98886efbdb3e8b1a2efbdb5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)