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?????? | 0011111101010100001111110011111100111111001111110011111100111111 | 3f543f3f3f3f3f3f |
SJIS-WIN | ?T?????? | 0011111101010100001111110011111100111111001111110011111100111111 | 3f543f3f3f3f3f3f |
EUC-JP | ?T?????? | 0011111101010100001111110011111100111111001111110011111100111111 | 3f543f3f3f3f3f3f |
UTF-8 | 뭒T뫜뭑뫅뫔뫖뭒 | 11101011101011011001001001010100111010111010101110011100111010111010110110010001111010111010101110000101111010111010101110010100111010111010101110010110111010111010110110010010 | ebad9254ebab9cebad91ebab85ebab94ebab96ebad92 |
UHC | 뭒T뫜뭑뫅뫔뫖뭒 | 100100100101101001010100100100011011110010010010010110011001000110101000100100011011011010010001101110001001001001011010 | 925a5491bc925991a891b691b8925a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)