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 | 跏オ貉假ス | 1110011011100110101101011110011010111001100110001110111110111101 | e6e6b5e6b998efbd |
EUC-JP | 跏オ貉假ス | 11101100111010001000111010110101111011001011101111010000111100011000111010111101 | ece88eb5ecbbd0f18ebd |
UTF-8 | 跏オ貉假ス | 111010001011011110001111111011111011110110110101111010001011001010001001111001011000000110000111111011111011110110111101 | e8b78fefbdb5e8b289e58187efbdbd |
UHC | 跏??假? | 11001010101110100011111100111111110010101010001100111111 | caba3f3fcaa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)