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 | ?T???? | 001111110101010000111111001111110011111100111111 | 3f543f3f3f3f |
SJIS-WIN | ?T???? | 001111110101010000111111001111110011111100111111 | 3f543f3f3f3f |
EUC-JP | ?T???? | 001111110101010000111111001111110011111100111111 | 3f543f3f3f3f |
UTF-8 | 뭒T뫜뭑뫅뫓 | 11101011101011011001001001010100111010111010101110011100111010111010110110010001111010111010101110000101111010111010101110010011 | ebad9254ebab9cebad91ebab85ebab93 |
UHC | 뭒T뫜뭑뫅뫓 | 1001001001011010010101001001000110111100100100100101100110010001101010001001000110110101 | 925a5491bc925991a891b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)