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 | 迪願寐雕 | 1110011110001100100010101110100010011011100001111110100010111000 | e78c8ae89b87e8b8 |
EUC-JP | 迪願寐雕 | 1110110111101100101101001110101011010101111001111111000010111010 | edecb4ead5e7f0ba |
UTF-8 | 迪願寐雕 | 111010001011111110101010111010011010000110011000111001011010111110010000111010011001101110010101 | e8bfaae9a198e5af90e99b95 |
UHC | 迪願寐雕 | 1110111011101000111010101100001111011000110110111111000011100111 | eee8eac3d8dbf0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)