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篠シト疾 | 1000111011000011100011101011110001001000100011101100001010111100110001001000111010111110 | 8ec38ebc488ec2bcc48ebe |
EUC-JP | 偲湿H篠シト疾 | 10111100110001011011110010111110010010001011110011000100100011101011110010001110110001001011110011000000 | bcc5bcbe48bcc48ebc8ec4bcc0 |
UTF-8 | 偲湿H篠シト疾 | 11100101100000011011001011100110101110011011111101001000111001111010111110100000111011111011110110111100111011111011111010000100111001111001011010111110 | e581b2e6b9bf48e7afa0efbdbcefbe84e796be |
UHC | ??H篠??疾 | 001111110011111101001000111000011100011000111111001111111111001011110000 | 3f3f48e1c63f3ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)