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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 泣??泣 | 100010111000001100111111001111111000101110000011 | 8b833f3f8b83 |
EUC-JP | 泣?ij泣 | 1011010111100011001111111000111110101001110001101011010111100011 | b5e33f8fa9c6b5e3 |
UTF-8 | 泣녘ij泣 | 1110011010110011101000111110101110000101100110001100010010110011111001101011001110100011 | e6b3a3eb8598c4b3e6b3a3 |
UHC | 泣녘ij泣 | 1110101111101000101100111110100010101001101001101110101111101000 | ebe8b3e8a9a6ebe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)