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 | 霑コ迢嶺 | 11101000101111111011101011100111100010111001011111100100 | e8bfbae78b97e4 |
EUC-JP | 霑コ迢嶺 | 1111000011000001100011101011101011101101111010111100111011100110 | f0c18ebaedebcee6 |
UTF-8 | 霑コ迢嶺 | 111010011001110010010001111011111011110110111010111010001011111110100010111001011011011010111010 | e99c91efbdbae8bfa2e5b6ba |
UHC | 霑??嶺 | 111011111100010100111111001111111101011010111010 | efc53f3fd6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)