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 | テ淌ェツ凖膿 | 110000111001111111000011101010101100001010011001110000111001010001011110 | c39fc3aac299c3945e |
EUC-JP | テ淌ェツ凖膿 | 100011101100001111011110110001011000111010101010100011101100001011010010110001011100011110111111 | 8ec3dec58eaa8ec2d2c5c7bf |
UTF-8 | テ淌ェツ凖膿 | 111011111011111010000011111001101011011110001100111011111011110110101010111011111011111010000010111001011000011110010110111010001000011010111111 | efbe83e6b78cefbdaaefbe82e58796e886bf |
UHC | ?????膿 | 00111111001111110011111100111111001111111101001011011011 | 3f3f3f3f3fd2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)