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 | 谷続鱈村 | 1001001001001010100100011011000110010010010011001001000110111010 | 924a91b1924c91ba |
EUC-JP | 谷続鱈村 | 1100001110101011110000101011001111000011101011011100001010111100 | c3abc2b3c3adc2bc |
UTF-8 | 谷続鱈村 | 111010001011000010110111111001111011011010011010111010011011000110001000111001101001110110010001 | e8b0b7e7b69ae9b188e69d91 |
UHC | 谷??村 | 110011011101101100111111001111111111010110111101 | cddb3f3ff5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)