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 | 枝???羽? | 1000111001111101001111110011111100111111100010010100100000111111 | 8e7d3f3f3f89483f |
EUC-JP | 枝???羽? | 1011101111011110001111110011111100111111101100011010100100111111 | bbde3f3f3fb1a93f |
UTF-8 | 枝렔履렍羽렩 | 111001101001111010011101111010111010000010010100111011111010011110011111111010111010000010001101111001111011111010111101111010111010000010101001 | e69e9deba094efa79feba08de7bebdeba0a9 |
UHC | 枝렔履렍羽렩 | 111100101010101110001110101010011110110010101010100011101010001111101001111000101000111010110111 | f2ab8ea9ecaa8ea3e9e28eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)