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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?匿き? | 001111111001001110111101100000101010101100111111 | 3f93bd82ab3f |
EUC-JP | 邕匿き? | 1000111111100001111011011100011010111111101001001010110100111111 | 8fe1edc6bfa4ad3f |
UTF-8 | 邕匿き렡 | 111010011000001010010101111001011000110010111111111000111000000110001101111010111010000010100001 | e98295e58cbfe3818deba0a1 |
UHC | 邕匿き렡 | 1110100010111011110100101111101110101010101011011000111010110010 | e8bbd2fbaaad8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)