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 | 終零紛 | 100011110100100110010111111010111001010110110100 | 8f4997eb95b4 |
EUC-JP | 終零紛 | 101111011010101011001110111011011100101010110110 | bdaaceedcab6 |
UTF-8 | 終零紛 | 111001111011010110000010111010011001101110110110111001111011010010011011 | e7b582e99bb6e7b49b |
UHC | 終零紛 | 111100001111101111010110110000111101110111010001 | f0fbd6c3ddd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)