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 | 鉷キソ鉷キソ | 1111101111001101101101111011111111111011110011011011011110111111 | fbcdb7bffbcdb7bf |
EUC-JP | 鉷キソ鉷キソ | 1000111111100011111100011000111010110111100011101011111110001111111000111111000110001110101101111000111010111111 | 8fe3f18eb78ebf8fe3f18eb78ebf |
UTF-8 | 鉷キソ鉷キソ | 111010011000100110110111111011111011110110110111111011111011110110111111111010011000100110110111111011111011110110110111111011111011110110111111 | e989b7efbdb7efbdbfe989b7efbdb7efbdbf |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)