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 | ??O??? | 001111110011111101001111001111110011111100111111 | 3f3f4f3f3f3f |
SJIS-WIN | テ。Oテ。ツ | 110000111010000101001111110000111010000111000010 | c3a14fc3a1c2 |
EUC-JP | テ。Oテ。ツ | 1000111011000011100011101010000101001111100011101100001110001110101000011000111011000010 | 8ec38ea14f8ec38ea18ec2 |
UTF-8 | テ。Oテ。ツ | 11101111101111101000001111101111101111011010000101001111111011111011111010000011111011111011110110100001111011111011111010000010 | efbe83efbda14fefbe83efbda1efbe82 |
UHC | ??O??? | 001111110011111101001111001111110011111100111111 | 3f3f4f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)