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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?畔鱗 | 0011111110010100110010001001011111011000 | 3f94c897d8 |
EUC-JP | 湞畔鱗 | 10001111110001111111111011001000110010101100111011011010 | 8fc7fec8caceda |
UTF-8 | 湞畔鱗 | 111001101011100110011110111001111001010110010100111010011011000110010111 | e6b99ee79594e9b197 |
UHC | 湞畔鱗 | 111011111110011011011010111011011101011111110111 | efe6daedd7f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)