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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 午??凹?? | 1000110011011111001111110011111110001001100110100011111100111111 | 8cdf3f3f899a3f3f |
EUC-JP | 午??凹?? | 1011100011100001001111110011111110110001111110100011111100111111 | b8e13f3fb1fa3f3f |
UTF-8 | 午썼뤍凹욃깏 | 111001011000110110001000111011001000110110111100111010111010010010001101111001011000011110111001111011001001101010000011111010101011100110001111 | e58d88ec8dbceba48de587b9ec9a83eab98f |
UHC | 午썼뤍凹욃깏 | 111001111110110110111101111010001000111110111101111010001110101010011110111001011000001110001010 | e7edbde88fbde8ea9ee5838a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)