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 | 雉頑悸 | 111010001011001110001010111001101001110010100111 | e8b38ae69ca7 |
EUC-JP | 雉頑悸 | 111100001011010110110100111010001101100010101001 | f0b5b4e8d8a9 |
UTF-8 | 雉頑悸 | 111010011001101110001001111010011010000010010001111001101000001010111000 | e99b89e9a091e682b8 |
UHC | 雉頑悸 | 111101101100101111101000110101111100110011111011 | f6cbe8d7ccfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)