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 | 韋ケ驥守 | 11101000111010001011100111101001100001111000111011100111 | e8e8b9e9878ee7 |
EUC-JP | 韋ケ驥守 | 1111000011101010100011101011100111110001111001111011110011101001 | f0ea8eb9f1e7bce9 |
UTF-8 | 韋ケ驥守 | 111010011001111110001011111011111011110110111001111010011010100110100101111001011010111010001000 | e99f8befbdb9e9a9a5e5ae88 |
UHC | 韋?驥守 | 11101010110111110011111111010001110010101110000111111010 | eadf3fd1cae1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)