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 | 顆ャ鄂キ礦ェ | 111010001111011110101100111001111011110110110111111000011110011010101010 | e8f7ace7bdb7e1e6aa |
EUC-JP | 顆ャ鄂キ礦ェ | 111100001111100110001110101011001110111010111111100011101011011111100010111010001000111010101010 | f0f98eaceebf8eb7e2e88eaa |
UTF-8 | 顆ャ鄂キ礦ェ | 111010011010000110000110111011111011110110101100111010011000010010000010111011111011110110110111111001111010010010100110111011111011110110101010 | e9a186efbdace98482efbdb7e7a4a6efbdaa |
UHC | 顆?鄂??? | 1100111010101000001111111110010011000111001111110011111100111111 | cea83fe4c73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)