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 | 辰遜其巽俗 | 10010010010000111001000110111011100100011011010010010010010001101001000110101101 | 924391bb91b4924691ad |
EUC-JP | 辰遜其巽俗 | 11000011101001001100001010111101110000101011011011000011101001111100001010101111 | c3a4c2bdc2b6c3a7c2af |
UTF-8 | 辰遜其巽俗 | 111010001011111010110000111010011000000110011100111001011000010110110110111001011011011110111101111001001011111110010111 | e8beb0e9819ce585b6e5b7bde4bf97 |
UHC | 辰遜其巽俗 | 11110010111000111110000111100001110100001110110011100001110111101110000111010100 | f2e3e1e1d0ece1dee1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)