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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シセシ碣霈セ | 1011110010111110101111001110000111110000111010001011110010111110 | bcbebce1f0e8bcbe |
EUC-JP | シセシ碣霈セ | 100011101011110010001110101111101000111010111100111000101111001011110000101111101000111010111110 | 8ebc8ebe8ebce2f2f0be8ebe |
UTF-8 | シセシ碣霈セ | 111011111011110110111100111011111011110110111110111011111011110110111100111001111010001010100011111010011001110010001000111011111011110110111110 | efbdbcefbdbeefbdbce7a2a3e99c88efbdbe |
UHC | ???碣?? | 00111111001111110011111111001010111001010011111100111111 | 3f3f3fcae53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)