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 | 席腺嬋席 | 1001000011001000100100010100001010011011011010001001000011001000 | 90c891429b6890c8 |
EUC-JP | 席腺嬋席 | 1100000011001010110000011010001111010101110010011100000011001010 | c0cac1a3d5c9c0ca |
UTF-8 | 席腺嬋席 | 111001011011100010101101111010001000010110111010111001011010110010001011111001011011100010101101 | e5b8ade885bae5ac8be5b8ad |
UHC | 席腺嬋席 | 1110000010101100111000001100110111100000101111011110000010101100 | e0ace0cde0bde0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)