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 | 驤第サ皮 | 11101001100010001001000111100110101110111001010011100111 | e98891e6bb94e7 |
EUC-JP | 驤第サ皮 | 1111000111101000110000101110100010001110101110111100100011101001 | f1e8c2e88ebbc8e9 |
UTF-8 | 驤第サ皮 | 111010011010100110100100111001111010110010101100111011111011110110111011111001111001101010101110 | e9a9a4e7acacefbdbbe79aae |
UHC | ?第?皮 | 001111111111000010101111001111111111100110101011 | 3ff0af3ff9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)