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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 者樟ウ屡 | 10001110110100101000111110111110101100111000111011000110 | 8ed28fbeb38ec6 |
EUC-JP | 者樟ウ屡 | 1011110011010100101111101100000010001110101100111011110011001000 | bcd4bec08eb3bcc8 |
UTF-8 | 者樟ウ屡 | 111010001000000010000101111001101010100010011111111011111011110110110011111001011011000110100001 | e88085e6a89fefbdb3e5b1a1 |
UHC | 者樟?? | 111011011011101011101101111010010011111100111111 | edbaede93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)