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 | 執借爾汐 | 1000111010110111100011101101100010001110101000101000111010101100 | 8eb78ed88ea28eac |
EUC-JP | 執借爾汐 | 1011110010111001101111001101101010111100101001001011110010101110 | bcb9bcdabca4bcae |
UTF-8 | 執借爾汐 | 111001011001111110110111111001011000000010011111111001111000100010111110111001101011000110010000 | e59fb7e5809fe788bee6b190 |
UHC | 執借爾汐 | 1111001011111011111100111010100011101100101100111110000010110001 | f2fbf3a8ecb3e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)