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 | 遭??宥 | 100100011001100000111111001111111001011101000111 | 91983f3f9747 |
EUC-JP | 遭??宥 | 110000011111100000111111001111111100110110101000 | c1f83f3fcda8 |
UTF-8 | 遭쾌龜宥 | 111010011000000110101101111011001011111010001100111011111010010010001000111001011010111010100101 | e981adecbe8cefa488e5aea5 |
UHC | 遭쾌龜宥 | 1111000011100100110001001110100011010000101110001110101011101001 | f0e4c4e8d0b8eae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)