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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銕ェ蛯黛邨 | 1110011111101100101010101110010110000010100100011110000111110010101100001110011110110101 | e7ecaae58291e1f2b0e7b5 |
EUC-JP | 銕ェ蛯黛?邨 | 1110111011101110100011101010101011101001111000101100001011100011001111111110111010110111 | eeee8eaae9e2c2e33feeb7 |
UTF-8 | 銕ェ蛯黛邨 | 111010011000101010010101111011111011110110101010111010001001101110101111111010011011101110011011111011101000011110100111111010011000001010101000 | e98a95efbdaae89bafe9bb9bee87a7e982a8 |
UHC | ???黛?邨 | 0011111100111111001111111101001111101010001111111111010110111110 | 3f3f3fd3ea3ff5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)