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 | 韆エ邊真 | 11101000111001101011010011100111101100101001000001011110 | e8e6b4e7b2905e |
EUC-JP | 韆エ邊真 | 1111000011101000100011101011010011101110101101001011111110111111 | f0e88eb4eeb4bfbf |
UTF-8 | 韆エ邊真 | 111010011001111110000110111011111011110110110100111010011000001010001010111001111001110010011111 | e99f86efbdb4e9828ae79c9f |
UHC | 韆?邊? | 111101001100011100111111110111001010101100111111 | f4c73fdcab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)