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 | ??腸? | 0011111100111111100100101011000000111111 | 3f3f92b03f |
EUC-JP | ??腸? | 0011111100111111110001001011001000111111 | 3f3fc4b23f |
UTF-8 | 欌렋腸렒 | 111001101010110010001100111010111010000010001011111010001000010110111000111010111010000010010010 | e6ac8ceba08be885b8eba092 |
UHC | 欌렋腸렒 | 1110110111101011100011101010001011101101111100111000111010100111 | edeb8ea2edf38ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)