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 | 薑丞ぜ纐 | 1110010101000111100011111110010110000010101110101110001110010110 | e5478fe582bae396 |
EUC-JP | 薑丞ぜ纐 | 1110100110101000101111101110011110100100101111001110010111110110 | e9a8bee7a4bce5f6 |
UTF-8 | 薑丞ぜ纐 | 111010001001011010010001111001001011100010011110111000111000000110011100111001111011101010010000 | e89691e4b89ee3819ce7ba90 |
UHC | 薑丞ぜ? | 11001011101110011110001110101010101010101011110000111111 | cbb9e3aaaabc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)