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 | ?????oBF | 0011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f6f4246 |
SJIS-WIN | 筌??飮?oBF | 11100010101000110011111100111111100111110101101000111111011011110100001001000110 | e2a33f3f9f5a3f6f4246 |
EUC-JP | 筌??飮?oBF | 11100100101001010011111100111111110111011011101100111111011011110100001001000110 | e4a53f3fddbb3f6f4246 |
UTF-8 | 筌껋옚飮츸oBF | 111001111010110110001100111010101011101110001011111011001001100010011010111010011010001110101110111011001011100010111000011011110100001001000110 | e7ad8ceabb8bec989ae9a3aeecb8b86f4246 |
UHC | 筌껋옚飮츸oBF | 11101111101001111000001111101100100111101001111011101011111001101010111101001001011011110100001001000110 | efa783ec9e9eebe6af496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)