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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???揖? | 001111110011111100111111100101110100101100111111 | 3f3f3f974b3f |
EUC-JP | ???揖? | 001111110011111100111111110011011010110000111111 | 3f3f3fcdac3f |
UTF-8 | 嶺쎈슪揖잾 | 111011111010011010101011111011001000111010001000111011001000101010101010111001101000111110010110111011001001111010111110 | efa6abec8e88ec8aaae68f96ec9ebe |
UHC | 嶺쎈슪揖잾 | 11100111101011011011110111101011100110101011001111101011111001111010000001000101 | e7adbdeb9ab3ebe7a045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)