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 | ??H???? | 00111111001111110100100000111111001111110011111100111111 | 3f3f483f3f3f3f |
SJIS-WIN | 偲湿H篠シト執 | 1000111011000011100011101011110001001000100011101100001010111100110001001000111010110111 | 8ec38ebc488ec2bcc48eb7 |
EUC-JP | 偲湿H篠シト執 | 10111100110001011011110010111110010010001011110011000100100011101011110010001110110001001011110010111001 | bcc5bcbe48bcc48ebc8ec4bcb9 |
UTF-8 | 偲湿H篠シト執 | 11100101100000011011001011100110101110011011111101001000111001111010111110100000111011111011110110111100111011111011111010000100111001011001111110110111 | e581b2e6b9bf48e7afa0efbdbcefbe84e59fb7 |
UHC | ??H篠??執 | 001111110011111101001000111000011100011000111111001111111111001011111011 | 3f3f48e1c63f3ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)