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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鋗耳寀軸 | 1111101111010000100011101010100011111010101001111000111010110010 | fbd08ea8faa78eb2 |
EUC-JP | 鋗耳寀軸 | 10001111111001001100000110111100101010101000111110111010110110111011110010110100 | 8fe4c1bcaa8fbadbbcb4 |
UTF-8 | 鋗耳寀軸 | 111010011000101110010111111010001000000010110011111001011010111110000000111010001011101110111000 | e98b97e880b3e5af80e8bbb8 |
UHC | ?耳寀軸 | 00111111111011001011110011110011111100101111010111101110 | 3fecbcf3f2f5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)