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 | 驩呻セ晢スェ | 111010011000100110011001111011111011111010011101111011111011110110101010 | e98999efbe9defbdaa |
EUC-JP | 驩呻セ晢スェ | 111100011110100111010010111100011000111010111110110110101111000110001110101111011000111010101010 | f1e9d2f18ebedaf18ebd8eaa |
UTF-8 | 驩呻セ晢スェ | 111010011010100110101001111001011001000110111011111011111011110110111110111001101001100110100010111011111011110110111101111011111011110110101010 | e9a9a9e591bbefbdbee699a2efbdbdefbdaa |
UHC | 驩呻???? | 1111110010111110111000111110001000111111001111110011111100111111 | fcbee3e23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)