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 | 邂ア蝓守ョア | 111001111010111010110001111001011001111110001110111001111010111010110001 | e7aeb1e59f8ee7aeb1 |
EUC-JP | 邂ア蝓守ョア | 111011101011000010001110101100011110101010100001101111001110100110001110101011101000111010110001 | eeb08eb1eaa1bce98eae8eb1 |
UTF-8 | 邂ア蝓守ョア | 111010011000001010000010111011111011110110110001111010001001110110010011111001011010111010001000111011111011110110101110111011111011110110110001 | e98282efbdb1e89d93e5ae88efbdaeefbdb1 |
UHC | 邂??守?? | 1111101010110011001111110011111111100001111110100011111100111111 | fab33f3fe1fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)