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 | 谷続竪辿 | 1001001001001010100100011011000110010010010001111001001001001000 | 924a91b192479248 |
EUC-JP | 谷続竪辿 | 1100001110101011110000101011001111000011101010001100001110101001 | c3abc2b3c3a8c3a9 |
UTF-8 | 谷続竪辿 | 111010001011000010110111111001111011011010011010111001111010101110101010111010001011111010111111 | e8b0b7e7b69ae7abaae8bebf |
UHC | 谷?竪? | 110011011101101100111111111000101011010100111111 | cddb3fe2b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)