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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 篠七篠湿 | 1000111011000010100011101011010110001110110000101000111010111100 | 8ec28eb58ec28ebc |
EUC-JP | 篠七篠湿 | 1011110011000100101111001011011110111100110001001011110010111110 | bcc4bcb7bcc4bcbe |
UTF-8 | 篠七篠湿 | 111001111010111110100000111001001011100010000011111001111010111110100000111001101011100110111111 | e7afa0e4b883e7afa0e6b9bf |
UHC | 篠七篠? | 11100001110001101111011011010010111000011100011000111111 | e1c6f6d2e1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)