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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 翁???牝 | 10001001101001010011111100111111001111111001011011000100 | 89a53f3f3f96c4 |
EUC-JP | 翁???牝 | 10110010101001110011111100111111001111111100110011000110 | b2a73f3f3fccc6 |
UTF-8 | 翁골렱띈牝 | 111001111011111110000001111010101011001110101000111010111010000010110001111010111001110110001000111001111000100110011101 | e7bf81eab3a8eba0b1eb9d88e7899d |
UHC | 翁골렱띈牝 | 11101000101110101011000011110001100011101011111010110110111010001101111010110110 | e8bab0f18ebeb6e8deb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)