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 | 剪?症? | 100110011001001000111111100011111100011100111111 | 99923f8fc73f |
EUC-JP | 剪?症? | 110100011111001000111111101111101100100100111111 | d1f23fbec93f |
UTF-8 | 剪렲症렕 | 111001011000100110101010111010111010000010110010111001111001011110000111111010111010000010010101 | e589aaeba0b2e79787eba095 |
UHC | 剪렲症렕 | 1110111011110010100011101011111111110001111110001000111010101010 | eef28ebff1f88eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)