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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
EUC-JP | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
UTF-8 | 삯훗㉠\ | 11101100100000101010111111101101100110111001011111100011100010011010000001011100 | ec82afed9b97e389a05c |
UHC | 삯훗㉠\ | 10111011111010011100100011001010101010001011000101011100 | bbe9c8caa8b15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)