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 | ?抵\ | 00111111100100101110111101011100 | 3f92ef5c |
EUC-JP | ?抵\ | 00111111110001001111000101011100 | 3fc4f15c |
UTF-8 | 얍抵\ | 11101100100101101000110111100110100010101011010101011100 | ec968de68ab55c |
UHC | 얍抵\ | 1011111011100101111011101011110101011100 | bee5eebd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)