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 | 莟醐蒐胙 | 1110010010101111100011001110110110001111010011101110001111110000 | e4af8ced8f4ee3f0 |
EUC-JP | 莟醐蒐胙 | 1110100010110001101110001110111110111101101011111110011011110010 | e8b1b8efbdafe6f2 |
UTF-8 | 莟醐蒐胙 | 111010001000111010011111111010011000011010010000111010001001001010010000111010001000001110011001 | e88e9fe98690e89290e88399 |
UHC | ??蒐? | 0011111100111111111000101011110100111111 | 3f3fe2bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)