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 | 澵鴫澵鴫瀨自 | 111110110100110010001110101100001111101101001100100011101011000011111011010100001000111010101001 | fb4c8eb0fb4c8eb0fb508ea9 |
EUC-JP | 澵鴫澵鴫?自 | 10001111110010001111100010111100101100101000111111001000111110001011110010110010001111111011110010101011 | 8fc8f8bcb28fc8f8bcb23fbcab |
UTF-8 | 澵鴫澵鴫瀨自 | 111001101011111010110101111010011011010010101011111001101011111010110101111010011011010010101011111001111000000010101000111010001000011110101010 | e6beb5e9b4abe6beb5e9b4abe780a8e887aa |
UHC | ????瀨自 | 0011111100111111001111110011111111010110111011101110110110111011 | 3f3f3f3fd6eeedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)