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 | 荵呷牟鈞 | 1110010010111001100110011110110010010110101101001110011111100000 | e4b999ec96b4e7e0 |
EUC-JP | 荵呷牟鈞 | 1110100010111011110100101110111011001100101101101110111011100010 | e8bbd2eeccb6eee2 |
UTF-8 | 荵呷牟鈞 | 111010001000110110110101111001011001000110110111111001111000100110011111111010011000100010011110 | e88db5e591b7e7899fe9889e |
UHC | ??牟鈞 | 001111110011111111011001101111111101000010110111 | 3f3fd9bfd0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)