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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遒榊ケ | 1110011110100010100011011110010110111001 | e7a28de5b9 |
EUC-JP | 遒榊ケ | 111011101010010010111010111001111000111010111001 | eea4bae78eb9 |
UTF-8 | 遒榊ケ | 111010011000000110010010111001101010011010001010111011111011110110111001 | e98192e6a68aefbdb9 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)