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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髫ク霍ォホ | 11101001100110101011100011101000101101111010101111001110 | e99ab8e8b7abce |
EUC-JP | 髫ク霍ォホ | 11110001111110101000111010111000111100001011100110001110101010111000111011001110 | f1fa8eb8f0b98eab8ece |
UTF-8 | 髫ク霍ォホ | 111010011010101110101011111011111011110110111000111010011001110010001101111011111011110110101011111011111011111010001110 | e9ababefbdb8e99c8defbdabefbe8e |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)