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 | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-WIN | 暑幸{暑幸s | 10001111100010111000110101001011011110111000111110001011100011010100101101110011 | 8f8b8d4b7b8f8b8d4b73 |
EUC-JP | 暑幸{暑幸s | 10111101111010111011100110101100011110111011110111101011101110011010110001110011 | bdebb9ac7bbdebb9ac73 |
UTF-8 | 暑幸{暑幸s | 1110011010011010100100011110010110111001101110000111101111100110100110101001000111100101101110011011100001110011 | e69a91e5b9b87be69a91e5b9b873 |
UHC | 暑幸{暑幸s | 11011111111101001111101010111001011110111101111111110100111110101011100101110011 | dff4fab97bdff4fab973 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)