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 | 辰遜其辿促 | 10010010010000111001000110111011100100011011010010010010010010001001000110100011 | 924391bb91b4924891a3 |
EUC-JP | 辰遜其辿促 | 11000011101001001100001010111101110000101011011011000011101010011100001010100101 | c3a4c2bdc2b6c3a9c2a5 |
UTF-8 | 辰遜其辿促 | 111010001011111010110000111010011000000110011100111001011000010110110110111010001011111010111111111001001011111110000011 | e8beb0e9819ce585b6e8bebfe4bf83 |
UHC | 辰遜其?促 | 111100101110001111100001111000011101000011101100001111111111010110110101 | f2e3e1e1d0ec3ff5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)