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 | ワェ霙ホ | 1101110010101010111010001100001011001110 | dcaae8c2ce |
EUC-JP | ワェ霙ホ | 1000111011011100100011101010101011110000110001001000111011001110 | 8edc8eaaf0c48ece |
UTF-8 | ワェ霙ホ | 111011111011111010011100111011111011110110101010111010011001110010011001111011111011111010001110 | efbe9cefbdaae99c99efbe8e |
UHC | ??霙? | 0011111100111111111001111100111000111111 | 3f3fe7ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)