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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 午??凹? | 10001100110111110011111100111111100010011001101000111111 | 8cdf3f3f899a3f |
EUC-JP | 午??凹? | 10111000111000010011111100111111101100011111101000111111 | b8e13f3fb1fa3f |
UTF-8 | 午썼뤍凹욃 | 111001011000110110001000111011001000110110111100111010111010010010001101111001011000011110111001111011001001101010000011 | e58d88ec8dbceba48de587b9ec9a83 |
UHC | 午썼뤍凹욃 | 11100111111011011011110111101000100011111011110111101000111010101001111011100101 | e7edbde88fbde8ea9ee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)