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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 葫蓁\ | 1110010011010111111001001110101101011100 | e4d7e4eb5c |
EUC-JP | 葫蓁\ | 1110100011011001111010001110110101011100 | e8d9e8ed5c |
UTF-8 | 葫蓁\ | 11101000100100011010101111101000100100111000000101011100 | e891abe893815c |
UHC | 葫?\ | 11111011110110010011111101011100 | fbd93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)