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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?戍粃? | 001111111001110011111001111000101110000100111111 | 3f9cf9e2e13f |
EUC-JP | ?戍粃? | 001111111101100011111011111001001110001100111111 | 3fd8fbe4e33f |
UTF-8 | 룵戍粃룫 | 111010111010001110110101111001101000100010001101111001111011001010000011111010111010001110101011 | eba3b5e6888de7b283eba3ab |
UHC | 룵戍粃룫 | 1000111110101010111000101010000111011101111110111000111110100010 | 8faae2a1ddfb8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)