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 | 迢朱㊧ | 111001111000101110001110111010011000011110001000 | e78b8ee98788 |
EUC-JP | 迢朱? | 1110110111101011101111001110101100111111 | edebbceb3f |
UTF-8 | 迢朱㊧ | 111010001011111110100010111001101001110010110001111000111000101010100111 | e8bfa2e69cb1e38aa7 |
UHC | ?朱? | 00111111111100011011100100111111 | 3ff1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)