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 | ??????TB | 0011111100111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f3f5442 |
SJIS-WIN | テォツゥツ撹TB | 110000111010101111000010101010011100001010001010011010000101010001000010 | c3abc2a9c28a685442 |
EUC-JP | テォツゥツ撹TB | 1000111011000011100011101010101110001110110000101000111010101001100011101100001010110011110010010101010001000010 | 8ec38eab8ec28ea98ec2b3c95442 |
UTF-8 | テォツゥツ撹TB | 1110111110111110100000111110111110111101101010111110111110111110100000101110111110111101101010011110111110111110100000101110011010010010101110010101010001000010 | efbe83efbdabefbe82efbda9efbe82e692b95442 |
UHC | ??????TB | 0011111100111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)