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 | 100010110110000010011000010011010011111110011000110101110011111101000010 | 8b60984d3f98d73f42 |
EUC-JP | 義弄?俎?B | 101101011100000111001111101011100011111111010000110110010011111101000010 | b5c1cfae3fd0d93f42 |
UTF-8 | 義弄갹俎렣B | 11100111101111101010100111100101101111001000010011101010101100001011100111100100101111111000111011101011101000001010001101000010 | e7bea9e5bc84eab0b9e4bf8eeba0a342 |
UHC | 義弄갹俎렣B | 1110101111111001110101101110011110110000101111011111000010111011100011101011010001000010 | ebf9d6e7b0bdf0bb8eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)