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 | 001111110011111100111111001111110011111101100100 | 3f3f3f3f3f64 |
SJIS-WIN | シセセレ紗d | 10111100101111101011111011011010100011101101000101100100 | bcbebeda8ed164 |
EUC-JP | シセセレ紗d | 1000111010111100100011101011111010001110101111101000111011011010101111001101001101100100 | 8ebc8ebe8ebe8edabcd364 |
UTF-8 | シセセレ紗d | 11101111101111011011110011101111101111011011111011101111101111011011111011101111101111101001101011100111101101001001011101100100 | efbdbcefbdbeefbdbeefbe9ae7b49764 |
UHC | ????紗d | 00111111001111110011111100111111110111101110100101100100 | 3f3f3f3fdee964 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)