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 | 錵井唱絨 | 1110100001000101100010001110010010001111101001011110001101001111 | e84588e48fa5e34f |
EUC-JP | 錵井唱絨 | 1110111110100110101100001110011010111110101001111110010110110000 | efa6b0e6bea7e5b0 |
UTF-8 | 錵井唱絨 | 111010011000110010110101111001001011101010010101111001011001010010110001111001111011010110101000 | e98cb5e4ba95e594b1e7b5a8 |
UHC | ?井唱絨 | 00111111111011111100110011110011110111011110101111010110 | 3fefccf3ddebd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)