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 | 樂끸뫀杻⑵짆 | 111011111010011010111111111010111000000110111000111010111010101110000000111011111010011110001000111000101001000110110101111011001010011110000110 | efa6bfeb81b8ebab80efa788e291b5eca786 |
UHC | 樂끸뫀杻⑵짆 | 111010001111100110000101111000101001000110100100111010101111010010101001111010001010001110010101 | e8f985e291a4eaf4a9e8a395 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)