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 | 100100101111100111111010110011010011111110011000110101110011111101000010 | 92f9facd3f98d73f42 |
EUC-JP | 訂??俎?B | 1100010011111011001111110011111111010000110110010011111101000010 | c4fb3f3fd0d93f42 |
UTF-8 | 訂敎갹俎렣B | 11101000101010001000001011100110100101011000111011101010101100001011100111100100101111111000111011101011101000001010001101000010 | e8a882e6958eeab0b9e4bf8eeba0a342 |
UHC | 訂敎갹俎렣B | 1110111111110100110011101110011110110000101111011111000010111011100011101011010001000010 | eff4cee7b0bdf0bb8eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)