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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弔?儀?? | 10010010101000100011111110001011010101100011111100111111 | 92a23f8b563f3f |
EUC-JP | 弔?儀?? | 11000100101001000011111110110101101101110011111100111111 | c4a43fb5b73f3f |
UTF-8 | 弔렟儀브렢 | 111001011011110010010100111010111010000010011111111001011000010010000000111010111011100010001100111010111010000010100010 | e5bc94eba09fe58480ebb88ceba0a2 |
UHC | 弔렟儀브렢 | 11110000110000001000111010110000111010111111000010111010111010101000111010110011 | f0c08eb0ebf0baea8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)