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 | 邨よ攴蓙 | 1110011110110101100000101110011010011101101110111110010011100110 | e7b582e69dbbe4e6 |
EUC-JP | 邨よ攴蓙 | 1110111010110111101001001110100011011010101111011110100011101000 | eeb7a4e8dabde8e8 |
UTF-8 | 邨よ攴蓙 | 111010011000001010101000111000111000001010001000111001101001010010110100111010001001001110011001 | e982a8e38288e694b4e89399 |
UHC | 邨よ?? | 111101011011111010101010111010000011111100111111 | f5beaae83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)