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 | 祥ミ湜 | 1000111111001011110100001111101101000111 | 8fcbd0fb47 |
EUC-JP | 祥ミ湜 | 10111110110011011000111011010000100011111100011111111100 | becd8ed08fc7fc |
UTF-8 | 祥ミ湜 | 111001111010010110100101111011111011111010010000111001101011100110011100 | e7a5a5efbe90e6b99c |
UHC | 祥?湜 | 1101111111010100001111111110001111010111 | dfd43fe3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)