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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 雫葹斜^ | 10001110101101001110010011011111100011101100111001011110 | 8eb4e4df8ece5e |
EUC-JP | 雫葹斜^ | 10111100101101101110100011100001101111001101000001011110 | bcb6e8e1bcd05e |
UTF-8 | 雫葹斜^ | 11101001100110111010101111101000100100011011100111100110100101101001110001011110 | e99babe891b9e6969c5e |
UHC | ??斜^ | 0011111100111111110111101101100001011110 | 3f3fded85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)