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 | 谿場襖豈 | 1110011010101110100011111110101010001001101001101110011010101111 | e6ae8fea89a6e6af |
EUC-JP | 谿場襖豈 | 1110110010110000101111101110110010110010101010001110110010110001 | ecb0beecb2a8ecb1 |
UTF-8 | 谿場襖豈 | 111010001011000010111111111001011010000010110100111010001010010110010110111010001011000110001000 | e8b0bfe5a0b4e8a596e8b188 |
UHC | 谿場?豈 | 11001101101011001110110111011110001111111101000111000010 | cdacedde3fd1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)