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 | 霍ォ驛∫゙ | 1110100010110111101010111110100110000011100000011110011111011110 | e8b7abe98381e7de |
EUC-JP | 霍ォ驛∫゙ | 11110000101110011000111010101011111100011110001110100010111010011000111011011110 | f0b98eabf1e3a2e98ede |
UTF-8 | 霍ォ驛∫゙ | 111010011001110010001101111011111011110110101011111010011010100110011011111000101000100010101011111011111011111010011110 | e99c8defbdabe9a99be288abefbe9e |
UHC | ??驛∫? | 00111111001111111110011010111110101000011111001000111111 | 3f3fe6bea1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)