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 | 暎??猥?? | 1001110111110011001111110011111111100000110011100011111100111111 | 9df33f3fe0ce3f3f |
EUC-JP | 暎??猥?? | 1101101011110101001111110011111111100000110100000011111100111111 | daf53f3fe0d03f3f |
UTF-8 | 暎먩뾼猥먪쾺 | 111001101001101010001110111010111010100010101001111010111011111010111100111001111000110010100101111010111010100010101010111011001011111010111010 | e69a8eeba8a9ebbebce78ca5eba8aaecbeba |
UHC | 暎먩뾼猥먪쾺 | 111001111011001010010000111001101001011110000100111010001110010110010000111001111011001010010000 | e7b290e69784e8e590e7b290 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)