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 | ?譽巐幗ア | 0011111111100110101000111111101010110110100110111110110010110001 | 3fe6a3fab69becb1 |
EUC-JP | 嶴譽巐幗ア | 100011111011101111110011111011001010010110001111101110111111100111010110111011101000111010110001 | 8fbbf3eca58fbbf9d6ee8eb1 |
UTF-8 | 嶴譽巐幗ア | 111001011011011010110100111010001010110110111101111001011011011110010000111001011011100110010111111011111011110110110001 | e5b6b4e8adbde5b790e5b997efbdb1 |
UHC | ?譽??? | 001111111110011111100010001111110011111100111111 | 3fe7e23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)