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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?②??②?^ | 001111111000011101000001001111110011111110000111010000010011111101011110 | 3f87413f3f87413f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 緣②눎緣②눎^ | 11100111101101111010001111100010100100011010000111101011100010001000111011100111101101111010001111100010100100011010000111101011100010001000111001011110 | e7b7a3e291a1eb888ee7b7a3e291a1eb888e5e |
UHC | 緣②눎緣②눎^ | 11100110110111101010100011101000100001111010101011100110110111101010100011101000100001111010101001011110 | e6dea8e887aae6dea8e887aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)