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 | 駿肯? | 1000111101111000100011010110110100111111 | 8f788d6d3f |
EUC-JP | 駿肯? | 1011110111011001101110011100111000111111 | bdd9b9ce3f |
UTF-8 | 駿肯렭 | 111010011010011110111111111010001000001010101111111010111010000010101101 | e9a7bfe882afeba0ad |
UHC | 駿肯렭 | 111100011110011111010000111010011000111010111010 | f1e7d0e98eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)