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 | 佯????? | 10011000110100010011111100111111001111110011111100111111 | 98d13f3f3f3f3f |
EUC-JP | 佯????? | 11010000110100110011111100111111001111110011111100111111 | d0d33f3f3f3f3f |
UTF-8 | 佯뺣㈃溜⒳퐜 | 111001001011110110101111111010111011101010100011111000111000100010000011111011111010011110001011111000101001001010110011111011011001000010011100 | e4bdafebbaa3e38883efa78be292b3ed909c |
UHC | 佯뺣㈃溜⒳퐜 | 111001011011101010010101111010111010100110110100111010101111111010101001111001001011110110000110 | e5ba95eba9b4eafea9e4bd86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)