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 | ?????]m | 00111111001111110011111100111111001111110101110101101101 | 3f3f3f3f3f5d6d |
SJIS-WIN | シ」爬シホ]m | 1011110010100011111000001010011010111100110011100101110101101101 | bca3e0a6bcce5d6d |
EUC-JP | シ」爬シホ]m | 100011101011110010001110101000111110000010101000100011101011110010001110110011100101110101101101 | 8ebc8ea3e0a88ebc8ece5d6d |
UTF-8 | シ」爬シホ]m | 1110111110111101101111001110111110111101101000111110011110001000101011001110111110111101101111001110111110111110100011100101110101101101 | efbdbcefbda3e788acefbdbcefbe8e5d6d |
UHC | ??爬??]m | 0011111100111111111101111111000000111111001111110101110101101101 | 3f3ff7f03f3f5d6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)