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 | ???魚よ | 00111111001111110011111110001011100110111000001011100110 | 3f3f3f8b9b82e6 |
EUC-JP | ???魚よ | 00111111001111110011111110110101111110111010010011101000 | 3f3f3fb5fba4e8 |
UTF-8 | 娛먪윪魚よ | 111001011010100010011011111010111010100010101010111011001001110010101010111010011010110110011010111000111000001010001000 | e5a89beba8aaec9caae9ad9ae38288 |
UHC | 娛먪윪魚よ | 11100111111101001001000011100111100111111010100111100101111000001010101011101000 | e7f490e79fa9e5e0aae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)