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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 筌??湲?F | 1110001010100011001111110011111110011111110100010011111101000110 | e2a33f3f9fd13f46 |
EUC-JP | 筌??湲?F | 1110010010100101001111110011111111011110110100110011111101000110 | e4a53f3fded33f46 |
UTF-8 | 筌됱뼇湲튎F | 11100111101011011000110011101011100100001011000111101011101111001000011111100110101110011011001011101101100010101000111001000110 | e7ad8ceb90b1ebbc87e6b9b2ed8a8e46 |
UHC | 筌됱뼇湲튎F | 1110111110100111100010011110110010010110100100011110101010111000101110100100001001000110 | efa789ec9691eab8ba4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)