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 | 游??錚 | 100111111110000000111111001111111110100001000010 | 9fe03f3fe842 |
EUC-JP | 游??錚 | 110111101110001000111111001111111110111110100011 | dee23f3fefa3 |
UTF-8 | 游펩걋錚 | 111001101011100010111000111011011000111010101001111010101011000110001011111010011000110010011010 | e6b8b8ed8ea9eab18be98c9a |
UHC | 游펩걋錚 | 1110101011111101110001101110100110110000110000001110111010110110 | eafdc6e9b0c0eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)