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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 茁????B | 11111011100100110011111100111111001111110011111101000010 | fb933f3f3f3f42 |
EUC-JP | 茁????B | 1000111111010111110111100011111100111111001111110011111101000010 | 8fd7de3f3f3f3f42 |
UTF-8 | 茁렭롋븜껫B | 11101000100011001000000111101011101000001010110111101011101000011000101111101011101110001001110011101010101110111010101101000010 | e88c81eba0adeba18bebb89ceabbab42 |
UHC | 茁렭롋븜껫B | 1111000111101000100011101011101010001110110100011011101011101110101100101011011001000010 | f1e88eba8ed1baeeb2b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)