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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 巐簿豈ー巐呷 | 1111101010110110100101011110101111100110101011111011000011111010101101101001100111101100 | fab695ebe6afb0fab699ec |
EUC-JP | 巐簿豈ー巐呷 | 1000111110111011111110011100101011101101111011001011000110001110101100001000111110111011111110011101001011101110 | 8fbbf9caedecb18eb08fbbf9d2ee |
UTF-8 | 巐簿豈ー巐呷 | 111001011011011110010000111001111011000010111111111010001011000110001000111011111011110110110000111001011011011110010000111001011001000110110111 | e5b790e7b0bfe8b188efbdb0e5b790e591b7 |
UHC | ?簿豈??? | 0011111111011101101011011101000111000010001111110011111100111111 | 3fddadd1c23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)