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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 霑叱?K | 111010001011111110001110101101100011111101001011 | e8bf8eb63f4b |
EUC-JP | 霑叱湗K | 1111000011000001101111001011100010001111110001111111101101001011 | f0c1bcb88fc7fb4b |
UTF-8 | 霑叱湗K | 11101001100111001001000111100101100011111011000111100110101110011001011101001011 | e99c91e58fb1e6b9974b |
UHC | 霑叱?K | 111011111100010111110010111010100011111101001011 | efc5f2ea3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)