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 | 髴馴エォ驪ソ | 111010011001110010010011111010011011010010101011111010011000101110111111 | e99c93e9b4abe98bbf |
EUC-JP | 髴馴エォ驪ソ | 111100011111110011000110111010111000111010110100100011101010101111110001111010111000111010111111 | f1fcc6eb8eb48eabf1eb8ebf |
UTF-8 | 髴馴エォ驪ソ | 111010011010101110110100111010011010011010110100111011111011110110110100111011111011110110101011111010011010100110101010111011111011110110111111 | e9abb4e9a6b4efbdb4efbdabe9a9aaefbdbf |
UHC | ?馴??驪? | 0011111111100010111110000011111100111111110101011111000100111111 | 3fe2f83f3fd5f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)