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 | ???g? | 0011111100111111001111110110011100111111 | 3f3f3f673f |
SJIS-WIN | 橈??g午 | 10011110111101000011111100111111011001111000110011011111 | 9ef43f3f678cdf |
EUC-JP | 橈??g午 | 11011100111101100011111100111111011001111011100011100001 | dcf63f3f67b8e1 |
UTF-8 | 橈롳슴g午 | 11100110101010011000100011101011101000011011001111101100100010101011010001100111111001011000110110001000 | e6a988eba1b3ec8ab467e58d88 |
UHC | 橈롳슴g午 | 111010001111101010001110111011111011110110111111011001111110011111101101 | e8fa8eefbdbf67e7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)