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 | ??婚? | 0011111100111111100011011010010100111111 | 3f3f8da53f |
EUC-JP | 悰?婚? | 10001111101111011111110000111111101110101010011100111111 | 8fbdfc3fbaa73f |
UTF-8 | 悰렟婚렭 | 111001101000001010110000111010111010000010011111111001011010100110011010111010111010000010101101 | e682b0eba09fe5a99aeba0ad |
UHC | 悰렟婚렭 | 1111000011110101100011101011000011111011111001101000111010111010 | f0f58eb0fbe68eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)