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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ湘。ツ古 | 11000010100011111100001110100001110000101000110011000011 | c28fc3a1c28cc3 |
EUC-JP | ツ湘。ツ古 | 10001110110000101011111011000101100011101010000110001110110000101011100011000101 | 8ec2bec58ea18ec2b8c5 |
UTF-8 | ツ湘。ツ古 | 111011111011111010000010111001101011100110011000111011111011110110100001111011111011111010000010111001011000111110100100 | efbe82e6b998efbda1efbe82e58fa4 |
UHC | ?湘??古 | 00111111110111111100111100111111001111111100110110101111 | 3fdfcf3f3fcdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)