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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??蛙 | 00111111001111111000101001011110 | 3f3f8a5e |
EUC-JP | ??蛙 | 00111111001111111011001110111111 | 3f3fb3bf |
UTF-8 | 렽렻蛙 | 111010111010000010111101111010111010000010111011111010001001101110011001 | eba0bdeba0bbe89b99 |
UHC | 렽렻蛙 | 100011101100010110001110110000111110100011000011 | 8ec58ec3e8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)