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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 爰?D爰?D^ | 111000001010011100111111010001001110000010100111001111110100010001011110 | e0a73f44e0a73f445e |
EUC-JP | 爰?D爰?D^ | 111000001010100100111111010001001110000010101001001111110100010001011110 | e0a93f44e0a93f445e |
UTF-8 | 爰렚D爰렚D^ | 111001111000100010110000111010111010000010011010010001001110011110001000101100001110101110100000100110100100010001011110 | e788b0eba09a44e788b0eba09a445e |
UHC | 爰렚D爰렚D^ | 1110101010111010100011101010110101000100111010101011101010001110101011010100010001011110 | eaba8ead44eaba8ead445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)