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 | 魄ィ遞ョ驕オ | 111010011010111010101000111001111010100010101110111010011000000110110101 | e9aea8e7a8aee981b5 |
EUC-JP | 魄ィ遞ョ驕オ | 111100101011000010001110101010001110111010101010100011101010111011110001111000011000111010110101 | f2b08ea8eeaa8eaef1e18eb5 |
UTF-8 | 魄ィ遞ョ驕オ | 111010011010110110000100111011111011110110101000111010011000000110011110111011111011110110101110111010011010100110010101111011111011110110110101 | e9ad84efbda8e9819eefbdaee9a995efbdb5 |
UHC | 魄?遞?驕? | 110110111101111000111111111101001111011000111111110011101111011000111111 | dbde3ff4f63fcef63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)