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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竣???蠢 | 10001111011101100011111100111111001111111110010110111111 | 8f763f3f3fe5bf |
EUC-JP | 竣???蠢 | 10111101110101110011111100111111001111111110101011000001 | bdd73f3f3feac1 |
UTF-8 | 竣댓렰렰蠢 | 111001111010101110100011111010111000110010010011111010111010000010110000111010111010000010110000111010001010000010100010 | e7aba3eb8c93eba0b0eba0b0e8a0a2 |
UHC | 竣댓렰렰蠢 | 11110001111000101011010011110001100011101011110110001110101111011111000111100011 | f1e2b4f18ebd8ebdf1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)