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 | ツ古宿 | 1100001010001100110000111000111101101000 | c28cc38f68 |
EUC-JP | ツ古宿 | 100011101100001010111000110001011011110111001001 | 8ec2b8c5bdc9 |
UTF-8 | ツ古宿 | 111011111011111010000010111001011000111110100100111001011010111010111111 | efbe82e58fa4e5aebf |
UHC | ?古宿 | 0011111111001101101011111110001011010110 | 3fcdafe2d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)