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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?ツ彫澎B | 0011111110000011011000111001001010100100111000000100111101000010 | 3f836392a4e04f42 |
EUC-JP | ?ツ彫澎B | 0011111110100101110001001100010010100110110111111011000001000010 | 3fa5c4c4a6dfb042 |
UTF-8 | 뤚ツ彫澎B | 11101011101001001001101011100011100000111000010011100101101111011010101111100110101111101000111001000010 | eba49ae38384e5bdabe6be8e42 |
UHC | 뤚ツ彫澎B | 100011111100100110101011110001001111000011000001111110001011000101000010 | 8fc9abc4f0c1f8b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)