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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 谷足族 | 100100100100101010010001101010111001000110110000 | 924a91ab91b0 |
EUC-JP | 谷足族 | 110000111010101111000010101011011100001010110010 | c3abc2adc2b2 |
UTF-8 | 谷足族 | 111010001011000010110111111010001011011010110011111001101001011110001111 | e8b0b7e8b6b3e6978f |
UHC | 谷足族 | 110011011101101111110000111010111111000011101001 | cddbf0ebf0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)