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 | 胙焔兄胙 | 1110001111110000100010011000101110001100010110101110001111110000 | e3f0898b8c5ae3f0 |
EUC-JP | 胙焔兄胙 | 1110011011110010101100011110101110110111101110111110011011110010 | e6f2b1ebb7bbe6f2 |
UTF-8 | 胙焔兄胙 | 111010001000001110011001111001111000010010010100111001011000010110000100111010001000001110011001 | e88399e78494e58584e88399 |
UHC | ??兄? | 0011111100111111111110101111110000111111 | 3f3ffafc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)