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 | 鮱」 | 111010011010111010110001111011111011110110100011 | e9aeb1efbda3 |
SJIS-WIN | ??±??£ | 0011111100111111100000010111110100111111001111111000000110010010 | 3f3f817d3f3f8192 |
EUC-JP | 鮱� | 1000111110101011101100011000111110100010111011101010000111011110100011111010101111000001001111111010000111110010 | 8fabb18fa2eea1de8fabc13fa1f2 |
UTF-8 | 鮱」 | 110000111010100111000010101011101100001010110001110000111010111111000010101111011100001010100011 | c3a9c2aec2b1c3afc2bdc2a3 |
UHC | ?®±?½? | 001111111010001011100111101000011011111000111111101010001111011000111111 | 3fa2e7a1be3fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)