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 | 臆??獰 | 100010011011000000111111001111111110000011010110 | 89b03f3fe0d6 |
EUC-JP | 臆??獰 | 101100101011001000111111001111111110000011011000 | b2b23f3fe0d8 |
UTF-8 | 臆앶쎁獰 | 111010001000011110000110111011001001010110110110111011001000111010000001111001111000110110110000 | e88786ec95b6ec8e81e78db0 |
UHC | 臆앶쎁獰 | 1110010111100110100111011110100110011011101010111110011110111110 | e5e69de99babe7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)