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 | ?魏? | 00111111111010011011000000111111 | 3fe9b03f |
EUC-JP | ?魏? | 00111111111100101011001000111111 | 3ff2b23f |
UTF-8 | 렶魏롔 | 111010111010000010110110111010011010110110001111111010111010000110010100 | eba0b6e9ad8feba194 |
UHC | 렶魏롔 | 100011101100000111101010111000001000111011011000 | 8ec1eae08ed8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)