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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 齋??{d | 111000100101011000111111001111110111101101100100 | e2563f3f7b64 |
EUC-JP | 齋??{d | 111000111011011100111111001111110111101101100100 | e3b73f3f7b64 |
UTF-8 | 齋얘갰{d | 1110100110111101100010111110110010010110100110001110101010110000101100000111101101100100 | e9bd8bec9698eab0b07b64 |
UHC | 齋얘갰{d | 1110111010110001101111101110101010110000101110100111101101100100 | eeb1beeab0ba7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)