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 | 釈邪舎 | 100011101101111110001110110101111000111011001001 | 8edf8ed78ec9 |
EUC-JP | 釈邪舎 | 101111001110000110111100110110011011110011001011 | bce1bcd9bccb |
UTF-8 | 釈邪舎 | 111010011000011110001000111010011000001010101010111010001000100010001110 | e98788e982aae8888e |
UHC | ?邪? | 00111111110111101111011100111111 | 3fdef73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)