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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霍シ迢嶺サ | 1110100010110111101111001110011110001011100101111110010010111011 | e8b7bce78b97e4bb |
EUC-JP | 霍シ迢嶺サ | 11110000101110011000111010111100111011011110101111001110111001101000111010111011 | f0b98ebcedebcee68ebb |
UTF-8 | 霍シ迢嶺サ | 111010011001110010001101111011111011110110111100111010001011111110100010111001011011011010111010111011111011110110111011 | e99c8defbdbce8bfa2e5b6baefbdbb |
UHC | ???嶺? | 001111110011111100111111110101101011101000111111 | 3f3f3fd6ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)