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 | 釈邪舎璽 | 1000111011011111100011101101011110001110110010011000111010100011 | 8edf8ed78ec98ea3 |
EUC-JP | 釈邪舎璽 | 1011110011100001101111001101100110111100110010111011110010100101 | bce1bcd9bccbbca5 |
UTF-8 | 釈邪舎璽 | 111010011000011110001000111010011000001010101010111010001000100010001110111001111001001010111101 | e98788e982aae8888ee792bd |
UHC | ?邪?璽 | 001111111101111011110111001111111101111111011110 | 3fdef73fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)