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 | 霆ミ靑。 | 111010001011101111010000111110111111001010100001 | e8bbd0fbf2a1 |
EUC-JP | 霆ミ?。 | 11110000101111011000111011010000001111111000111010100001 | f0bd8ed03f8ea1 |
UTF-8 | 霆ミ靑。 | 111010011001110010000110111011111011111010010000111010011001110110010001111011111011110110100001 | e99c86efbe90e99d91efbda1 |
UHC | 霆?靑? | 111011111111110100111111111101001110110000111111 | effd3ff4ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)