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 | ?????dB | 00111111001111110011111100111111001111110110010001000010 | 3f3f3f3f3f6442 |
SJIS-WIN | シ」爬シホdB | 1011110010100011111000001010011010111100110011100110010001000010 | bca3e0a6bcce6442 |
EUC-JP | シ」爬シホdB | 100011101011110010001110101000111110000010101000100011101011110010001110110011100110010001000010 | 8ebc8ea3e0a88ebc8ece6442 |
UTF-8 | シ」爬シホdB | 1110111110111101101111001110111110111101101000111110011110001000101011001110111110111101101111001110111110111110100011100110010001000010 | efbdbcefbda3e788acefbdbcefbe8e6442 |
UHC | ??爬??dB | 0011111100111111111101111111000000111111001111110110010001000010 | 3f3ff7f03f3f6442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)