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 | 遯一イサ寘「 | 111001111010101010001000111010101011001010111011111110101010100110100010 | e7aa88eab2bbfaa9a2 |
EUC-JP | 遯一イサ寘「 | 11101110101011001011000011101100100011101011001010001110101110111000111110111010111000011000111010100010 | eeacb0ec8eb28ebb8fbae18ea2 |
UTF-8 | 遯一イサ寘「 | 111010011000000110101111111001001011100010000000111011111011110110110010111011111011110110111011111001011010111110011000111011111011110110100010 | e981afe4b880efbdb2efbdbbe5af98efbda2 |
UHC | 遯一???? | 1101010011101110111011001110100100111111001111110011111100111111 | d4eeece93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)