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 | 1110001110100000001111110011111110001011011000100011111101000010 | e3a03f3f8b623f42 |
EUC-JP | 罌??誼?B | 1110011010100010001111110011111110110101110000110011111101000010 | e6a23f3fb5c33f42 |
UTF-8 | 罌븐떜誼텹B | 11100111101111011000110011101011101110001001000011101011100101101001110011101000101010101011110011101101100001011011100101000010 | e7bd8cebb890eb969ce8aabced85b942 |
UHC | 罌븐떜誼텹B | 1110010110100010101110101110110010001011101100101110101111111110101101110100110001000010 | e5a2baec8bb2ebfeb74c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)