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 | 霍ォ閧イ諤ア | 111010001011011110101011111010001000001010110010111001101000000010110001 | e8b7abe882b2e680b1 |
EUC-JP | 霍ォ閧イ諤ア | 111100001011100110001110101010111110111111100010100011101011001011101011111000001000111010110001 | f0b98eabefe28eb2ebe08eb1 |
UTF-8 | 霍ォ閧イ諤ア | 111010011001110010001101111011111011110110101011111010011001011010100111111011111011110110110010111010001010101110100100111011111011110110110001 | e99c8defbdabe996a7efbdb2e8aba4efbdb1 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)