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 | 痾眄俾毬俾鈔 | 111000010111110111100001101111101001100011101010100111110111101110011000111010101110011111100010 | e17de1be98ea9f7b98eae7e2 |
EUC-JP | 痾眄俾毬俾鈔 | 111000011101111011100010110000001101000011101100110111011101110011010000111011001110111011100100 | e1dee2c0d0ecdddcd0eceee4 |
UTF-8 | 痾眄俾毬俾鈔 | 111001111001011110111110111001111001110010000100111001001011111110111110111001101010111110101100111001001011111110111110111010011000100010010100 | e797bee79c84e4bfbee6aface4bfbee98894 |
UHC | ?眄?毬?? | 0011111111011000111110000011111111001111101100110011111100111111 | 3fd8f83fcfb33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)