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 | 蛾??亞 | 100010011110100100111111001111111001100010110001 | 89e93f3f98b1 |
EUC-JP | 蛾??亞 | 101100101110101100111111001111111101000010110011 | b2eb3f3fd0b3 |
UTF-8 | 蛾썸㉬亞 | 111010001001101110111110111011001000110110111000111000111000100110101100111001001011101010011110 | e89bbeec8db8e389ace4ba9e |
UHC | 蛾썸㉬亞 | 1110010010110110101111011110011010101000101111011110010010101100 | e4b6bde6a8bde4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)