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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 訝??昻??^ | 111001100110001000111111001111111111101011010000001111110011111101011110 | e6623f3ffad03f3f5e |
EUC-JP | 訝?????^ | 1110101111000011001111110011111100111111001111110011111101011110 | ebc33f3f3f3f3f5e |
UTF-8 | 訝딉풑昻뷰툋^ | 11101000101010001001110111101011100101001000100111101101100100101001000111100110100110001011101111101011101101111011000011101101100010001000101101011110 | e8a89deb9489ed9291e698bbebb7b0ed888b5e |
UHC | 訝딉풑昻뷰툋^ | 11100100101110001000101011101111101111101001010111100100111010011011101011100100101110001000001101011110 | e4b88aefbe95e4e9bae4b8835e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)