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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 席腺? | 1001000011001000100100010100001000111111 | 90c891423f |
EUC-JP | 席腺奭 | 11000000110010101100000110100011100011111011100011111110 | c0cac1a38fb8fe |
UTF-8 | 席腺奭 | 111001011011100010101101111010001000010110111010111001011010010110101101 | e5b8ade885bae5a5ad |
UHC | 席腺奭 | 111000001010110011100000110011011110000010101011 | e0ace0cde0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)