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 | 薑丞ぜ粨 | 1110010101000111100011111110010110000010101110101110001011101000 | e5478fe582bae2e8 |
EUC-JP | 薑丞ぜ粨 | 1110100110101000101111101110011110100100101111001110010011101010 | e9a8bee7a4bce4ea |
UTF-8 | 薑丞ぜ粨 | 111010001001011010010001111001001011100010011110111000111000000110011100111001111011001010101000 | e89691e4b89ee3819ce7b2a8 |
UHC | 薑丞ぜ? | 11001011101110011110001110101010101010101011110000111111 | cbb9e3aaaabc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)