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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テδ嘉δ選 | 110000111000001111000010100010011100001110000011110000101001000101001001 | c383c289c383c29149 |
EUC-JP | テδ嘉δ選 | 10001110110000111010011011000100101100101100010110100110110001001100000110101010 | 8ec3a6c4b2c5a6c4c1aa |
UTF-8 | テδ嘉δ選 | 11101111101111101000001111001110101101001110010110011000100010011100111010110100111010011000000110111000 | efbe83ceb4e59889ceb4e981b8 |
UHC | ?δ嘉δ選 | 001111111010010111100100110010101010100110100101111001001110000011010100 | 3fa5e4caa9a5e4e0d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)