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 | 縞濵疾シャ | 11110000111100011000111011001000111110110100110110001110101111101011110010101100 | f0f18ec8fb4d8ebebcac |
EUC-JP | ?縞濵疾シャ | 001111111011110011001010100011111100100110100110101111001100000010001110101111001000111010101100 | 3fbcca8fc9a6bcc08ebc8eac |
UTF-8 | 縞濵疾シャ | 111011101000001010110000111001111011100010011110111001101011111110110101111001111001011010111110111011111011110110111100111011111011110110101100 | ee82b0e7b89ee6bfb5e796beefbdbcefbdac |
UHC | ?縞?疾?? | 0011111111111011110101100011111111110010111100000011111100111111 | 3ffbd63ff2f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)