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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 佇朧??繒? | 100110001100100010011110010011110011111100111111111110111000111100111111 | 98c89e4f3f3ffb8f3f |
EUC-JP | 佇朧??繒? | 11010000110010101101101110110000001111110011111110001111110101001101010000111111 | d0cadbb03f3f8fd4d43f |
UTF-8 | 佇朧렋렒繒렟 | 111001001011110110000111111001101001110010100111111010111010000010001011111010111010000010010010111001111011100110010010111010111010000010011111 | e4bd87e69ca7eba08beba092e7b992eba09f |
UHC | 佇朧렋렒繒렟 | 111011101011011111010110111010001000111010100010100011101010011111110001111110011000111010110000 | eeb7d6e88ea28ea7f1f98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)