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 | 谷続贈誰 | 1001001001001010100100011011000110010001101000011001001001001110 | 924a91b191a1924e |
EUC-JP | 谷続贈誰 | 1100001110101011110000101011001111000010101000111100001110101111 | c3abc2b3c2a3c3af |
UTF-8 | 谷続贈誰 | 111010001011000010110111111001111011011010011010111010001011010010001000111010001010101010110000 | e8b0b7e7b69ae8b488e8aab0 |
UHC | 谷?贈誰 | 11001101110110110011111111110001111111001110001011000001 | cddb3ff1fce2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)