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 | 冶????? | 10010110111010000011111100111111001111110011111100111111 | 96e83f3f3f3f3f |
EUC-JP | 冶??薏?? | 110011001110101000111111001111111000111111011001110111100011111100111111 | ccea3f3f8fd9de3f3f |
UTF-8 | 冶사떬薏묒씖 | 111001011000011010110110111011001000001010101100111010111001011010101100111010001001011010001111111010111010110010010010111011001001010010010110 | e586b6ec82aceb96ace8968febac92ec9496 |
UHC | 冶사떬薏묒씖 | 111001011010011110111011111001111000101110111100111010111111101110010001111011001001110110101011 | e5a7bbe78bbcebfb91ec9dab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)