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 | 逶暖\ | 1110011110011011100100100110011101011100 | e79b92675c |
EUC-JP | 逶暖\ | 1110110111111011110000111100100001011100 | edfbc3c85c |
UTF-8 | 逶暖\ | 11101001100000001011011011100110100110101001011001011100 | e980b6e69a965c |
UHC | ?暖\ | 00111111110100011110110001011100 | 3fd1ec5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)