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 | 鐔随充莢 | 1110100001011100100100001000111110001111010110111110010010110000 | e85c908f8f5be4b0 |
EUC-JP | 鐔随充莢 | 1110111110111101101111111110111110111101101111001110100010110010 | efbdbfefbdbce8b2 |
UTF-8 | 鐔随充莢 | 111010011001000010010100111010011001101010001111111001011000010110000101111010001000111010100010 | e99094e99a8fe58585e88ea2 |
UHC | ??充莢 | 001111110011111111110101111101101111101011111000 | 3f3ff5f6faf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)