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 | ?謁??? | 001111111000100101111001001111110011111100111111 | 3f89793f3f3f |
EUC-JP | ?謁??? | 001111111011000111011010001111110011111100111111 | 3fb1da3f3f3f |
UTF-8 | 솝謁섐얠롖 | 111011001000011010011101111010001010110010000001111011001000010010010000111011001001011010100000111010111010000110010110 | ec869de8ac81ec8490ec96a0eba196 |
UHC | 솝謁섐얠롖 | 10111100110110011110010011010111101111001010101110111110111011001000111011011010 | bcd9e4d7bcabbeec8eda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)