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 | 躊稈笳溏 | 1110011101010011111000100110001011100010100101111001111111101101 | e753e262e2979fed |
EUC-JP | 躊稈笳溏 | 1110110110110100111000111100001111100011111101111101111011101111 | edb4e3c3e3f7deef |
UTF-8 | 躊稈笳溏 | 111010001011101010001010111001111010100010001000111001111010110010110011111001101011101010001111 | e8ba8ae7a888e7acb3e6ba8f |
UHC | 躊稈?? | 111100011100110011001010110110010011111100111111 | f1cccad93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)