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 | 螂ュ阮ッ譽イ | 111001011010010110101101111010001001011010101111111001101010001110110010 | e5a5ade896afe6a3b2 |
EUC-JP | 螂ュ阮ッ譽イ | 111010101010011110001110101011011110111111110110100011101010111111101100101001011000111010110010 | eaa78eadeff68eafeca58eb2 |
UTF-8 | 螂ュ阮ッ譽イ | 111010001001111010000010111011111011110110101101111010011001100010101110111011111011110110101111111010001010110110111101111011111011110110110010 | e89e82efbdade998aeefbdafe8adbdefbdb2 |
UHC | 螂?阮?譽? | 110101011100110000111111111010001101011000111111111001111110001000111111 | d5cc3fe8d63fe7e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)