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 | õæµâ² | 100111111111010111100110101101011110001010110010 | 9ff5e6b5e2b2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?õæ?â? | 001111111000111110101011110110001000111110101001110000010011111110001111101010111010010000111111 | 3f8fabd88fa9c13f8faba43f |
UTF-8 | õæµâ² | 110000101001111111000011101101011100001110100110110000101011010111000011101000101100001010110010 | c29fc3b5c3a6c2b5c3a2c2b2 |
UHC | ??æ??² | 0011111100111111101010011010000100111111001111111010100111110111 | 3f3fa9a13f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)