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 | 遒取キケ | 111001111010001010001110111001101011011110111001 | e7a28ee6b7b9 |
EUC-JP | 遒取キケ | 1110111010100100101111001110100010001110101101111000111010111001 | eea4bce88eb78eb9 |
UTF-8 | 遒取キケ | 111010011000000110010010111001011000111110010110111011111011110110110111111011111011110110111001 | e98192e58f96efbdb7efbdb9 |
UHC | ?取?? | 0011111111110110101000100011111100111111 | 3ff6a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)