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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 羹g狩^ | 11100011101110111000001010000111100011101110101101011110 | e3bb82878eeb5e |
EUC-JP | 羹g狩^ | 11100110101111011010001111100111101111001110110101011110 | e6bda3e7bced5e |
UTF-8 | 羹g狩^ | 11100111101111101011100111101111101111011000011111100111100010111010100101011110 | e7beb9efbd87e78ba95e |
UHC | 羹g狩^ | 11001011110110001010001111100111111000101010110101011110 | cbd8a3e7e2ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)