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 | ?勝勝? | 001111111000111110011111100011111001111100111111 | 3f8f9f8f9f3f |
EUC-JP | ?勝勝? | 001111111011111010100001101111101010000100111111 | 3fbea1bea13f |
UTF-8 | 궷勝勝챘 | 111010101011011010110111111001011000101110011101111001011000101110011101111011001011000110011000 | eab6b7e58b9de58b9decb198 |
UHC | 궷勝勝챘 | 1011000111001100111000111010110111100011101011011100001110101011 | b1cce3ade3adc3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)