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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 楹????? | 10011110101100010011111100111111001111110011111100111111 | 9eb13f3f3f3f3f |
EUC-JP | 楹????? | 11011100101100110011111100111111001111110011111100111111 | dcb33f3f3f3f3f |
UTF-8 | 楹븃략殮귛퍘 | 111001101010010110111001111010111011100010000011111010111001111010110101111011111010011010100101111010101011011110011011111011011000110110011000 | e6a5b9ebb883eb9eb5efa6a5eab79bed8d98 |
UHC | 楹븃략殮귛퍘 | 111001111011001110111010111010001011011110101011111001101111100110000010111001011011101110001111 | e7b3bae8b7abe6f982e5bb8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)