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 | 升??孫 | 100011111010000100111111001111111001000110110111 | 8fa13f3f91b7 |
EUC-JP | 升??孫 | 101111101010001100111111001111111100001010111001 | bea33f3fc2b9 |
UTF-8 | 升뚪갌孫 | 111001011000110110000111111010111001101010101010111010101011000010001100111001011010110110101011 | e58d87eb9aaaeab08ce5adab |
UHC | 升뚪갌孫 | 1110001110101110100011001110100110000001010001101110000111011101 | e3ae8ce98146e1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)