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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逹。逵∝昏 | 111001111001110110100001111001111001110010000001111001011000110110101000 | e79da1e79c81e58da8 |
EUC-JP | 逹。逵∝昏 | 11101101111111011000111010100001111011011111110010100010111001111011101010101010 | edfd8ea1edfca2e7baaa |
UTF-8 | 逹。逵∝昏 | 111010011000000010111001111011111011110110100001111010011000000010110101111000101000100010011101111001101001100010001111 | e980b9efbda1e980b5e2889de6988f |
UHC | ??逵∝昏 | 0011111100111111110100001011000010100001111100001111101111100111 | 3f3fd0b0a1f0fbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)