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 | ???蟻? | 001111110011111100111111100010110110000100111111 | 3f3f3f8b613f |
EUC-JP | ???蟻? | 001111110011111100111111101101011100001000111111 | 3f3f3fb5c23f |
UTF-8 | 嶺뚢셽蟻툲 | 111011111010011010101011111010111001101010100010111011001000010110111101111010001001111110111011111011011000100010110010 | efa6abeb9aa2ec85bde89fbbed88b2 |
UHC | 嶺뚢셽蟻툲 | 11100111101011011000110011100010100110011000001011101011111111001011100101000110 | e7ad8ce29982ebfcb946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)