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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | 莠語シ學d | 1110010010111010100011001110101010111100100110110111101101100100 | e4ba8ceabc9b7b64 |
EUC-JP | 莠語シ學d | 111010001011110010111000111011001000111010111100110101011101110001100100 | e8bcb8ec8ebcd5dc64 |
UTF-8 | 莠語シ學d | 11101000100011101010000011101000101010101001111011101111101111011011110011100101101011011011100001100100 | e88ea0e8aa9eefbdbce5adb864 |
UHC | ?語?學d | 00111111111001011101111000111111111110011100101001100100 | 3fe5de3ff9ca64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)