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 | 俎??淳 | 100110001101011100111111001111111000111101111110 | 98d73f3f8f7e |
EUC-JP | 俎??淳 | 110100001101100100111111001111111011110111011111 | d0d93f3fbddf |
UTF-8 | 俎ㅷ벅淳 | 111001001011111110001110111000111000010110110111111010111011001010000101111001101011011110110011 | e4bf8ee385b7ebb285e6b7b3 |
UHC | 俎ㅷ벅淳 | 1111000010111011101001001110011110111001111101111110001011101000 | f0bba4e7b9f7e2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)