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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 樂끸뫀杻⒴뵱 | 111011111010011010111111111010111000000110111000111010111010101110000000111011111010011110001000111000101001001010110100111010111011010110110001 | efa6bfeb81b8ebab80efa788e292b4ebb5b1 |
UHC | 樂끸뫀杻⒴뵱 | 111010001111100110000101111000101001000110100100111010101111010010101001111001011001010010101111 | e8f985e291a4eaf4a9e594af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)