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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 筌??誼?BF | 111000101010001100111111001111111000101101100010001111110100001001000110 | e2a33f3f8b623f4246 |
EUC-JP | 筌??誼?BF | 111001001010010100111111001111111011010111000011001111110100001001000110 | e4a53f3fb5c33f4246 |
UTF-8 | 筌뗭궠誼뎤BF | 1110011110101101100011001110101110010111101011011110101010110110101000001110100010101010101111001110101110001110101001000100001001000110 | e7ad8ceb97adeab6a0e8aabceb8ea44246 |
UHC | 筌뗭궠誼뎤BF | 111011111010011110001011111011001000001010110011111010111111111010001001011100110100001001000110 | efa78bec82b3ebfe89734246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)