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 | 霎溽「∵「 | 1110100010111110100111111110011110100010100000011110011010100010 | e8be9fe7a281e6a2 |
EUC-JP | 霎溽「∵「 | 11110000110000001101111011101001100011101010001010100010111010001000111010100010 | f0c0dee98ea2a2e88ea2 |
UTF-8 | 霎溽「∵「 | 111010011001110010001110111001101011101010111101111011111011110110100010111000101000100010110101111011111011110110100010 | e99c8ee6babdefbda2e288b5efbda2 |
UHC | ???∵? | 001111110011111100111111101000011111000100111111 | 3f3f3fa1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)