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 | 冶⑤?肄∽? | 10010110111010001000011101000100001111111110001111100101100000011110010000111111 | 96e887443fe3e581e43f |
EUC-JP | 冶?Ŋ肄∽? | 1100110011101010001111111000111110101001101010111110011011100111101000101110011000111111 | ccea3f8fa9abe6e7a2e63f |
UTF-8 | 冶⑤Ŋ肄∽㎖ | 1110010110000110101101101110001010010001101001001100010110001010111010001000001010000100111000101000100010111101111000111000111010010110 | e586b6e291a4c58ae88284e288bde38e96 |
UHC | 冶⑤Ŋ肄∽㎖ | 111001011010011110101000111010111010100010101111111011001011110110100001111011111010011110100010 | e5a7a8eba8afecbda1efa7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)