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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蹊ミラ | 11100110111111001101000011010111 | e6fcd0d7 |
EUC-JP | 蹊ミラ | 111011001111111010001110110100001000111011010111 | ecfe8ed08ed7 |
UTF-8 | 蹊ミラ | 111010001011100110001010111011111011111010010000111011111011111010010111 | e8b98aefbe90efbe97 |
UHC | 蹊?? | 11111011101101110011111100111111 | fbb73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)