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 | 循ι? | 1000111101111010100000111100011100111111 | 8f7a83c73f |
EUC-JP | 循ι? | 1011110111011011101001101100100100111111 | bddba6c93f |
UTF-8 | 循ι뇩 | 1110010110111110101010101100111010111001111010111000011110101001 | e5beaaceb9eb87a9 |
UHC | 循ι뇩 | 111000101110000010100101111010011011010010100011 | e2e0a5e9b4a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)