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 | 者樟ウ | 1000111011010010100011111011111010110011 | 8ed28fbeb3 |
EUC-JP | 者樟ウ | 101111001101010010111110110000001000111010110011 | bcd4bec08eb3 |
UTF-8 | 者樟ウ | 111010001000000010000101111001101010100010011111111011111011110110110011 | e88085e6a89fefbdb3 |
UHC | 者樟? | 1110110110111010111011011110100100111111 | edbaede93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)