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 | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
SJIS-WIN | 汝?????BF | 100100111111000000111111001111110011111100111111001111110100001001000110 | 93f03f3f3f3f3f4246 |
EUC-JP | 汝?????BF | 110001101111001000111111001111110011111100111111001111110100001001000110 | c6f23f3f3f3f3f4246 |
UTF-8 | 汝뺞닡溜곕젪BF | 1110011010110001100111011110101110111010100111101110101110001011101000011110111110100111100010111110101010110011100101011110110010100000101010100100001001000110 | e6b19debba9eeb8ba1efa78beab395eca0aa4246 |
UHC | 汝뺞닡溜곕젪BF | 1110011010100011100101011110011010001000101000011110101011111110101100001110101110100000101000100100001001000110 | e6a395e688a1eafeb0eba0a24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)