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 | ?飄? | 00111111111010010100011100111111 | 3fe9473f |
EUC-JP | ?飄? | 00111111111100011010100000111111 | 3ff1a83f |
UTF-8 | 롔飄롐 | 111010111010000110010100111010011010001110000100111010111010000110010000 | eba194e9a384eba190 |
UHC | 롔飄롐 | 100011101101100011111000111111011000111011010110 | 8ed8f8fd8ed6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)