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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ涌テ。ツ/ | 1100001010010111010011111100001110100001110000101000000101011110 | c2974fc3a1c2815e |
EUC-JP | ツ涌テ。ツ/ | 100011101100001011001101101100001000111011000011100011101010000110001110110000101010000110111111 | 8ec2cdb08ec38ea18ec2a1bf |
UTF-8 | ツ涌テ。ツ/ | 111011111011111010000010111001101011011010001100111011111011111010000011111011111011110110100001111011111011111010000010111011111011110010001111 | efbe82e6b68cefbe83efbda1efbe82efbc8f |
UHC | ?涌???/ | 0011111111101001101111110011111100111111001111111010001110101111 | 3fe9bf3f3f3fa3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)