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 | 涅η? | 1001111110111000100000111100010100111111 | 9fb883c53f |
EUC-JP | 涅η? | 1101111010111010101001101100011100111111 | debaa6c73f |
UTF-8 | 涅η뒕 | 1110011010110110100001011100111010110111111010111001001010010101 | e6b685ceb7eb9295 |
UHC | 涅η뒕 | 111001101110111010100101111001111000101010010010 | e6eea5e78a92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)