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 | テ淌ェツ凖韮 | 110000111001111111000011101010101100001010011001110000111001010001000010 | c39fc3aac299c39442 |
EUC-JP | テ淌ェツ凖韮 | 100011101100001111011110110001011000111010101010100011101100001011010010110001011100011110100011 | 8ec3dec58eaa8ec2d2c5c7a3 |
UTF-8 | テ淌ェツ凖韮 | 111011111011111010000011111001101011011110001100111011111011110110101010111011111011111010000010111001011000011110010110111010011001111110101110 | efbe83e6b78cefbdaaefbe82e58796e99fae |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)