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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ティテ篠古州 | 110000111010100011000011100011101100001010001100110000111000111101000010 | c3a8c38ec28cc38f42 |
EUC-JP | ティテ篠古州 | 100011101100001110001110101010001000111011000011101111001100010010111000110001011011110110100011 | 8ec38ea88ec3bcc4b8c5bda3 |
UTF-8 | ティテ篠古州 | 111011111011111010000011111011111011110110101000111011111011111010000011111001111010111110100000111001011000111110100100111001011011011110011110 | efbe83efbda8efbe83e7afa0e58fa4e5b79e |
UHC | ???篠古州 | 001111110011111100111111111000011100011011001101101011111111000110110110 | 3f3f3fe1c6cdaff1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)