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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 爵灼赦鴫 | 1000111011011101100011101101110010001110110011011000111010110000 | 8edd8edc8ecd8eb0 |
EUC-JP | 爵灼赦鴫 | 1011110011011111101111001101111010111100110011111011110010110010 | bcdfbcdebccfbcb2 |
UTF-8 | 爵灼赦鴫 | 111001111000100010110101111001111000000110111100111010001011010110100110111010011011010010101011 | e788b5e781bce8b5a6e9b4ab |
UHC | 爵灼赦? | 11101101110010011110110111000111110111101111010100111111 | edc9edc7def53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)